Skip to content

Commit 923de47

Browse files
committed
fix: just remove env dependency totally
1 parent f699531 commit 923de47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platforms/pictique/src/routes/(auth)/auth/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
getAppStoreLink = () => {
2727
const userAgent = navigator.userAgent || navigator.vendor || window.opera;
2828
if (/android/i.test(userAgent)) {
29-
return PUBLIC_PLAY_STORE_EID_WALLET;
29+
return 'https://play.google.com/store/apps/details?id=foundation.metastate.eid_wallet';
3030
}
3131
3232
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
33-
return PUBLIC_APP_STORE_EID_WALLET;
33+
return 'https://apps.apple.com/in/app/eid-for-w3ds/id6747748667';
3434
}
3535
36-
return PUBLIC_PLAY_STORE_EID_WALLET;
36+
return 'https://play.google.com/store/apps/details?id=foundation.metastate.eid_wallet';
3737
};
3838
3939
checkMobile();

0 commit comments

Comments
 (0)