1
0

FunkoCards should use a seperate href prop for link

This commit is contained in:
2022-03-30 01:08:04 +00:00
parent 0ab8cfc17f
commit caab316417
2 changed files with 17 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ export default {
<div class="card-text">
<p v-html="funko.description"></p>
</div>
<a :href="funko.title" class="btn btn-primary stretched-link">Read more</a>
<a :href="funko.href + '.html'" class="btn btn-primary stretched-link">Read more</a>
</div>
</div>
`