Skip to content

Commit

Permalink
fix: 🐛 fix menu being empty in between tablet and phone breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilGarb committed Oct 15, 2022
1 parent adcd632 commit c6b4cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/components/_/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</ButtonMenu>
</div>
<Hr v-if="signedInUsername" class="md:hidden" /> -->
<div class="flex flex-col gap-4 md:hidden">
<div class="flex flex-col gap-4">
<ButtonText
:aria-label="t('eventsExplore')"
:is-primary="false"
Expand Down

0 comments on commit c6b4cb8

Please sign in to comment.