Skip to content

Commit

Permalink
fix ide errors on unclosed div and footer tags to help debug page dup…
Browse files Browse the repository at this point in the history
…lication issue
  • Loading branch information
fisher60 committed Apr 9, 2024
1 parent b44a16c commit 522e8f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div class="flex flex-col min-h-screen">
<Navbar class="hidden lg:flex" />
<div class="lg:mt-20" />
<div class="lg:mt-20"></div>
<NuxtPage />
<div class="grow" />
<Footer />
<div class="grow"></div>
<Footer></Footer>
<BottomNav class="lg:hidden" />

</div>
Expand Down

0 comments on commit 522e8f9

Please sign in to comment.