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 af5f46e commit a071d1aCopy full SHA for a071d1a
apps/web/src/hooks/useInAppBrowserDetect.ts
@@ -63,7 +63,7 @@ const useInAppBrowserDetect = () => {
63
64
const moveToStore = useCallback(() => {
65
if (isAndroid) {
66
- window.location.href = `market://details?id=${MEMEWIKI_APP_INFO.androidPackage}`;
+ window.location.href = `https://play.google.com/store/apps/details?id=com.mimu_bird.meme`;
67
} else if (isIOS) {
68
window.location.href = `itms-apps://itunes.apple.com/app/id${MEMEWIKI_APP_INFO.iosAppId}`;
69
} else {
0 commit comments