From 5b8c2989d60e21cda61f6d52820511c0320ad8c1 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Sun, 30 Mar 2025 09:45:52 +0530 Subject: [PATCH] Add hover text on button to unshare a conversation on web app --- src/interface/web/app/share/chat/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface/web/app/share/chat/page.tsx b/src/interface/web/app/share/chat/page.tsx index 5cb3cee0..9bc99580 100644 --- a/src/interface/web/app/share/chat/page.tsx +++ b/src/interface/web/app/share/chat/page.tsx @@ -61,6 +61,7 @@ function UnshareButton({ slug, className }: { slug: string; className?: string }