From 9062a7b67d576022164e356e6510e5da432219c2 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:15:29 +0530 Subject: [PATCH] fix: copy module link title (#6362) --- 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" >