Skip to content

Commit

Permalink
fix: nav link indicator position (fixes #22)
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Aug 8, 2024
1 parent e445abf commit 6454d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/Header/Nav.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<UiNavigationMenu>
<UiNavigationMenuList>
<UiNavigationMenuItem v-for="(item, i) in nav" :key="i">
<UiNavigationMenuItem v-for="(item, i) in nav" :key="i" class="relative">
<template v-if="item.links">
<UiNavigationMenuTrigger class="font-semibold bg-transparent">
{{ item.title }}
Expand Down

0 comments on commit 6454d2b

Please sign in to comment.