mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: show install mobile app banner on ios
This commit is contained in:
@@ -6,6 +6,8 @@ function Banner() {
|
|||||||
const os = getOS();
|
const os = getOS();
|
||||||
if (os === "Android")
|
if (os === "Android")
|
||||||
return "https://play.google.com/store/apps/details?id=com.streetwriters.notesnook";
|
return "https://play.google.com/store/apps/details?id=com.streetwriters.notesnook";
|
||||||
|
if (os === "iOS")
|
||||||
|
return "https://apps.apple.com/pk/app/notesnook-take-private-notes/id1544027013";
|
||||||
return null;
|
return null;
|
||||||
}, []);
|
}, []);
|
||||||
if (link === null) return null;
|
if (link === null) return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user