We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fe889 commit aeead23Copy full SHA for aeead23
apps/OpenSign/src/pages/UserProfile.js
@@ -460,7 +460,7 @@ function UserProfile() {
460
/>
461
</span>
462
<div className="flex items-center">
463
- <span>opensign.me/</span>
+ <span>opensign-me.vercel.app/</span>
464
{editmode ? (
465
<input
466
onChange={handleOnchangeUserName}
apps/OpenSign/src/primitives/GetReportDisplay.js
@@ -803,7 +803,7 @@ const ReportTable = (props) => {
803
804
//function to copy public profile links
805
const copytoProfileLink = () => {
806
- const url = `https://opensign.me/${publicUserName}`;
+ const url = `https://opensign-me.vercel.app/${publicUserName}`;
807
copytoData(url);
808
setIsAlert(true);
809
setAlertMsg({
0 commit comments