ui: improve pwa prompt

This commit is contained in:
Anthony Fu 2022-12-23 19:05:48 +01:00
parent 41568b2c2d
commit 589cf463bd
5 changed files with 17 additions and 29 deletions

View file

@ -13,5 +13,4 @@ const key = computed(() => `${currentUser.value?.server ?? currentServer.value}:
<NuxtPage v-if="isMastoInitialised" />
</NuxtLayout>
<AriaAnnouncer />
<PWAPrompt />
</template>