diff --git a/web/components/feed/copy-link-date-time.tsx b/web/components/feed/copy-link-date-time.tsx index ac5b54c6..8cce8a79 100644 --- a/web/components/feed/copy-link-date-time.tsx +++ b/web/components/feed/copy-link-date-time.tsx @@ -28,8 +28,7 @@ export function CopyLinkDateTimeComponent(props: { event: React.MouseEvent ) { event.preventDefault() - const elementLocation = `https://${ENV_CONFIG.domain}/${contractCreatorUsername}/${contractSlug} - )}#${elementId}` + const elementLocation = `https://${ENV_CONFIG.domain}/${contractCreatorUsername}/${contractSlug}#${elementId}` copyToClipboard(elementLocation) setShowToast(true) @@ -39,7 +38,7 @@ export function CopyLinkDateTimeComponent(props: {