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 c81a763 commit c6528c5Copy full SHA for c6528c5
apps/profile/src/pages/ProfilePage/index.tsx
@@ -84,7 +84,7 @@ const ProfilePage = () => {
84
};
85
86
const getBridgeLink = () => {
87
- const url = `${PROFILE_URL}bridge/store`;
+ const url = `${window.location.origin}/bridge/store`;
88
return url;
89
90
0 commit comments