chore: project publish url updated (#4762)

This commit is contained in:
Anmol Singh Bhatia 2024-06-11 15:00:46 +05:30 committed by GitHub
parent 59376ee3da
commit bdaef179b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ export const PublishProjectModal: React.FC<Props> = observer((props) => {
}); });
}, [projectPublishSettings, reset]); }, [projectPublishSettings, reset]);
const publishLink = `${SPACE_BASE_URL}/issues/${projectPublishSettings?.anchor}`; const publishLink = `${SPACE_BASE_URL}/${projectPublishSettings?.anchor}`;
const handleCopyLink = () => const handleCopyLink = () =>
copyTextToClipboard(publishLink).then(() => copyTextToClipboard(publishLink).then(() =>