mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39: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
|
||||
className="p-0 text-sm h-auto text-rose-500 hover:text-rose-600"
|
||||
variant={"ghost"}
|
||||
title="Unshare conversation"
|
||||
onClick={handleUnshare}
|
||||
>
|
||||
<Trash className={`${className}`} />
|
||||
|
||||
Reference in New Issue
Block a user