- gear up for staging release

This commit is contained in:
Amruth Pillai
2020-07-16 15:59:35 +05:30
parent f41018c60b
commit 406a3dba56
8 changed files with 21 additions and 9 deletions

View File

@ -28,7 +28,7 @@ const Actions = ({ name }) => {
const getSharableUrl = () => {
const shareId = state.id;
return `https://rxresu.me/r/${shareId}`;
return `https://rxresume-staging.web.app/r/${shareId}`;
};
const handleOpenLink = () => {