Fixed tag tile links.

This commit is contained in:
DebaucheryLibrarian
2020-09-09 21:36:52 +02:00
parent 968aabf893
commit 860d88fe56
8 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
class="tile"
>
<router-link
:to="{ name: 'tag', params: { tagSlug: tag.slug, range: 'latest' } }"
:to="`/tag/${tag.slug}`"
:title="tag.name"
class="poster-link"
>
@@ -45,7 +45,7 @@
<router-link
class="title"
:to="{ name: 'tag', params: { tagSlug: tag.slug, range: 'latest' } }"
:to="`/tag/${tag.slug}`"
:title="tag.name"
>{{ tag.name }}</router-link>