mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-06 01:37:40 +02:00
fix: change public profile url
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user