Skip to content

Commit

Permalink
fix(theme-default): fix language dropdown, close #160
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 29, 2024
1 parent bb0025c commit 199c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/theme-default/src/client/components/NavbarItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const useNavbarSelectLanguage = (): ComputedRef<ResolvedNavbarItem[]> => {
return {
text,
activeMatch: /./,
link: route.hash ?? '#',
link: route.fullPath,
}
}
Expand Down

0 comments on commit 199c266

Please sign in to comment.