Skip to content

Commit

Permalink
feat: Move PWA notifications component to main content area in defaul…
Browse files Browse the repository at this point in the history
…t layout
  • Loading branch information
ebanDev committed Jan 7, 2025
1 parent 6a73fd7 commit 25de069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<top-bar />
<main class="mb-32">
<slot />
<pwa-notifications />
</main>
<tab-bar />
<pwa-notifications />
</k-page>
</template>

Expand Down

0 comments on commit 25de069

Please sign in to comment.