Performance(android): don't include studio in android app

This commit is contained in:
Pieter Vander Vennet 2025-07-09 02:04:41 +02:00
parent 582ff6b6db
commit ea000d817e
2 changed files with 17 additions and 3 deletions

View file

@ -214,7 +214,7 @@
<Tr t={Translations.t.general.menu.aboutMapComplete} />
</h3>
<a class="flex" href={window.location.protocol + "//" + window.location.host + "/studio.html"}>
<a class="flex" href={$isAndroid ? "https://mapcomplete.org/studio" : window.location.protocol + "//" + window.location.host + "/studio.html"}>
<Pencil class="mr-2 h-6 w-6" />
<Tr t={Translations.t.general.morescreen.createYourOwnTheme} />
</a>