fix navbar routing on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fdf35ad14f
commit
ced4dc88d5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
<div class="sm:hidden" :class="{ hidden: !open }">
|
||||
<div class="px-2 pt-2 pb-3 space-y-1">
|
||||
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
|
||||
<a
|
||||
<router-link
|
||||
v-for="{ name, to } in items"
|
||||
:key="name"
|
||||
v-text="name"
|
||||
|
|
Loading…
Reference in a new issue