mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Add hover text on button to unshare a conversation on web app
This commit is contained in:
@@ -61,6 +61,7 @@ function UnshareButton({ slug, className }: { slug: string; className?: string }
|
|||||||
<Button
|
<Button
|
||||||
className="p-0 text-sm h-auto text-rose-500 hover:text-rose-600"
|
className="p-0 text-sm h-auto text-rose-500 hover:text-rose-600"
|
||||||
variant={"ghost"}
|
variant={"ghost"}
|
||||||
|
title="Unshare conversation"
|
||||||
onClick={handleUnshare}
|
onClick={handleUnshare}
|
||||||
>
|
>
|
||||||
<Trash className={`${className}`} />
|
<Trash className={`${className}`} />
|
||||||
|
|||||||
Reference in New Issue
Block a user