diff options
Diffstat (limited to 'src/screens')
-rw-r--r-- | src/screens/Settings/NotificationSettings/index.tsx | 2 | ||||
-rw-r--r-- | src/screens/StarterPack/StarterPackLandingScreen.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Settings/NotificationSettings/index.tsx b/src/screens/Settings/NotificationSettings/index.tsx index a16d30061..6fdb151f2 100644 --- a/src/screens/Settings/NotificationSettings/index.tsx +++ b/src/screens/Settings/NotificationSettings/index.tsx @@ -70,7 +70,7 @@ export function NotificationSettingsScreen({}: Props) { [ { key: 'android.provider.extra.APP_PACKAGE', - value: 'xyz.blueskyweb.app', + value: 'xyz.vikanezrimaya.voidsky', }, ], ) diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index 39ae57855..3c13c452f 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -353,7 +353,7 @@ function LandingScreenLoaded({ {isWeb && ( <meta name="apple-itunes-app" - content="app-id=xyz.blueskyweb.app, app-clip-bundle-id=xyz.blueskyweb.app.AppClip, app-clip-display=card" + content="app-id=xyz.vikanezrimaya.voidsky, app-clip-bundle-id=xyz.vikanezrimaya.voidsky.AppClip, app-clip-display=card" /> )} </View> |