From aeead23c864a110624c0c923b264273f01fcb5d7 Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Thu, 30 May 2024 15:57:16 +0530 Subject: [PATCH] fix: change public profile url --- apps/OpenSign/src/pages/UserProfile.js | 2 +- apps/OpenSign/src/primitives/GetReportDisplay.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/OpenSign/src/pages/UserProfile.js b/apps/OpenSign/src/pages/UserProfile.js index dd684b129..fe27836eb 100644 --- a/apps/OpenSign/src/pages/UserProfile.js +++ b/apps/OpenSign/src/pages/UserProfile.js @@ -460,7 +460,7 @@ function UserProfile() { />
- opensign.me/ + opensign-me.vercel.app/ {editmode ? ( { //function to copy public profile links const copytoProfileLink = () => { - const url = `https://opensign.me/${publicUserName}`; + const url = `https://opensign-me.vercel.app/${publicUserName}`; copytoData(url); setIsAlert(true); setAlertMsg({