Skip to content

Commit

Permalink
fix: force list-style none at navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jan 14, 2025
1 parent 2f47af4 commit 7941034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<span class="line"></span>
</button>
<!-- navigation bar for large screen devices -->
<ul class="md:text-1xl hidden md:(flex flex flex-1 justify-end children:pl-3)">
<ul class="md:text-1xl hidden list-none md:(flex flex flex-1 justify-end children:pl-3)">
<li v-if="shouldShowTrending">
<router-link v-t="'titles.trending'" to="/trending" class="nav-link" />
</li>
Expand Down

0 comments on commit 7941034

Please sign in to comment.