Add hover text on button to unshare a conversation on web app

This commit is contained in:
Debanjum
2025-03-30 09:45:52 +05:30
parent 85d627ceb0
commit 5b8c2989d6

View File

@@ -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}`} />