forked from MapComplete/MapComplete
Performance(android): don't include studio in android app
This commit is contained in:
parent
582ff6b6db
commit
ea000d817e
2 changed files with 17 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue