From 7612b933339d773ae116dd7f5259f4fb95324598 Mon Sep 17 00:00:00 2001 From: Vamsi krishna Date: Thu, 9 Jan 2025 13:44:44 +0530 Subject: [PATCH] fix: copy module link title --- web/core/components/modules/links/list-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/modules/links/list-item.tsx b/web/core/components/modules/links/list-item.tsx index 49f48f1166a..9f36e0f96ec 100644 --- a/web/core/components/modules/links/list-item.tsx +++ b/web/core/components/modules/links/list-item.tsx @@ -66,7 +66,7 @@ export const ModulesLinksListItem: React.FC = observer((props) => { )} copyToClipboard(link.title && link.title !== "" ? link.title : link.url)} + onClick={() => copyToClipboard(link.url)} className="grid place-items-center p-1 hover:bg-custom-background-80 cursor-pointer" >