fix: change public profile url

This commit is contained in:
RaktimaNXG
2024-05-30 15:57:16 +05:30
parent 83fe88911f
commit aeead23c86
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ function UserProfile() {
/>
</span>
<div className="flex items-center">
<span>opensign.me/</span>
<span>opensign-me.vercel.app/</span>
{editmode ? (
<input
onChange={handleOnchangeUserName}
@@ -803,7 +803,7 @@ const ReportTable = (props) => {
//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({