fix: change public profile url and console staging url

This commit is contained in:
RaktimaNXG
2024-07-11 09:59:06 +05:30
parent a8e764a62c
commit 1c8f401060
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ const Header = ({ showSidebar }) => {
}, [isOpen]);
const handleConsoleRedirect = () => {
if (window.location.host === "staging-app.opensignlabs.com") {
window.open("http://uat-console.opensignlabs.com/");
window.open(" https://staging-console.opensignlabs.com/");
} else {
window.open("https://console.opensignlabs.com/");
}
+1 -3
View File
@@ -451,9 +451,7 @@ function UserProfile() {
/>
</span>
<div className="flex md:flex-row flex-col md:items-center">
<span className="mb-1 md:mb-1">
opensign-me.vercel.app/
</span>
<span className="mb-1 md:mb-1">opensign.me/</span>
{editmode ? (
<input
maxLength={40}
@@ -968,7 +968,7 @@ const ReportTable = (props) => {
// function to copy public profile links
const copytoProfileLink = () => {
const url = `https://opensign-me.vercel.app/${publicUserName}`;
const url = `https://opensign.me/${publicUserName}`;
copytoData(url);
setIsAlert(true);
setAlertMsg({