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" >