From 957c7e50da85e8631006f42fc626e0e20689c83b Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Tue, 11 Jun 2024 14:49:07 +0530 Subject: [PATCH] chore: project publish url updated --- web/core/components/project/publish-project/modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/project/publish-project/modal.tsx b/web/core/components/project/publish-project/modal.tsx index 45e9c079b..8c2830995 100644 --- a/web/core/components/project/publish-project/modal.tsx +++ b/web/core/components/project/publish-project/modal.tsx @@ -158,7 +158,7 @@ export const PublishProjectModal: React.FC = observer((props) => { }); }, [projectPublishSettings, reset]); - const publishLink = `${SPACE_BASE_URL}/issues/${projectPublishSettings?.anchor}`; + const publishLink = `${SPACE_BASE_URL}/${projectPublishSettings?.anchor}`; const handleCopyLink = () => copyTextToClipboard(publishLink).then(() =>