MapComplete/app/AppIndex.svelte

19 lines
553 B
Svelte

<script lang="ts">
import { DownloadIcon } from "@rgossiaux/svelte-heroicons/solid"
</script>
<div class="m-8 flex flex-col">
<h1>MapComplete Android App</h1>
MapComplete is available as Android App as direct download.
We are working on publishing this in the play store and on FDroid too.
<a class="button primary flex justify-center" href="https://app.mapcomplete.org/mapcomplete-latest.apk">
<DownloadIcon class="w-8 h-8"/>
Download the latest version
</a>
<a class="button" href="https://mapcomplete.org">Go back to mapcomplete</a>
</div>