Fixed double anchor tags in header and sidebar nav.

This commit is contained in:
DebaucheryLibrarian 2020-12-27 00:40:35 +01:00
parent 2e95e1e32b
commit 12f247a927
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/actors"
custom
>
<a
class="nav-link"
@ -31,6 +32,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/networks"
custom
>
<a
class="nav-link"
@ -45,6 +47,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/tags"
custom
>
<a
class="nav-link"
@ -59,6 +62,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/movies"
custom
>
<a
class="nav-link"

View File

@ -40,6 +40,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/updates"
custom
@click.native="$emit('toggle', false)"
>
<a
@ -55,6 +56,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/actors"
custom
@click.native="$emit('toggle', false)"
>
<a
@ -70,6 +72,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/networks"
custom
@click.native="$emit('toggle', false)"
>
<a
@ -85,6 +88,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/movies"
custom
@click.native="$emit('toggle', false)"
>
<a
@ -100,6 +104,7 @@
<router-link
v-slot="{ href, isActive, navigate }"
to="/tags"
custom
@click.native="$emit('toggle', false)"
>
<a