fix navbar routing on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
garionion 2021-04-07 12:30:36 +02:00
parent fdf35ad14f
commit ced4dc88d5
Signed by: garionion
GPG key ID: 53352FA607FA681A

View file

@ -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"