Skip to content

Commit

Permalink
[bugfix] Navbar caused larger width
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismeamir committed Oct 19, 2024
1 parent b4260c3 commit 19c36a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Contact
</nav-bar-button>
</div>
<div v-if="selected!= 'none'"
<div v-if="selected!== 'none'"
class="absolute z-50 top-64px w-full border-b-[1px] border-b-light-40 dark:border-b-dark-50 dark:bg-dark-90 bg-light-10 transition-all ">
<support-submenu v-if="selected === 'support'"/>
<get-involved-submenu v-else-if="selected === 'get-involved'"/>
Expand Down

0 comments on commit 19c36a7

Please sign in to comment.