Skip to content

Commit

Permalink
fix: 🐛 Fix missing text on mobile navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Jul 22, 2024
1 parent 0097914 commit 1b14d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/headers/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const switchLocalePath = useSwitchLocalePath();
:href="item.href"
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-50 hover:bg-dark-400">
{{
item.name
$t(item.name)
}}</HeadlessDisclosureButton
>
</HeadlessDisclosurePanel>
Expand Down

0 comments on commit 1b14d9e

Please sign in to comment.