From e33b9864c873d4e847f92f54a57fc768007250f4 Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Thu, 9 Jul 2026 20:18:42 +0200 Subject: [PATCH] fix(ui): point the VK-iOS "other version" link at the site root The landing at / lists every version's entry; /app/ dropped the player straight into the web game. Link the iOS store note to the root instead. --- ui/src/screens/Wallet.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/screens/Wallet.svelte b/ui/src/screens/Wallet.svelte index 936eb91..e3e8bb4 100644 --- a/ui/src/screens/Wallet.svelte +++ b/ui/src/screens/Wallet.svelte @@ -154,7 +154,7 @@

{t('wallet.store')}

{#if purchaseBlocked} -

{t('wallet.iosBlockedPre')}{t('wallet.iosBlockedLink')}{t('wallet.iosBlockedPost')}

+

{t('wallet.iosBlockedPre')}{t('wallet.iosBlockedLink')}{t('wallet.iosBlockedPost')}

{/if} {#each values as p (p.productId)}