mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 05:01:49 +10:00
- final sanity checks before release
This commit is contained in:
@ -22,10 +22,7 @@ const Artboard = () => {
|
||||
<title>
|
||||
{name} | {t('shared.appName')}
|
||||
</title>
|
||||
<link
|
||||
rel="canonical"
|
||||
href={`https://rxresume-staging.web.app/app/builder/${id}`}
|
||||
/>
|
||||
<link rel="canonical" href={`https://rxresu.me/app/builder/${id}`} />
|
||||
</Helmet>
|
||||
|
||||
<div className={styles.container}>
|
||||
|
||||
@ -28,7 +28,7 @@ const Actions = ({ id }) => {
|
||||
|
||||
const getSharableUrl = () => {
|
||||
const shareId = state.id;
|
||||
return `https://rxresume-staging.web.app/r/${shareId}`;
|
||||
return `https://rxresu.me/r/${shareId}`;
|
||||
};
|
||||
|
||||
const handleOpenLink = () => {
|
||||
|
||||
Reference in New Issue
Block a user