Fix incorrect tag nesting

This commit is contained in:
Tomasz Rymkiewicz
2021-12-28 02:13:55 +01:00
committed by FireMasterK
parent f576ca74d1
commit 5977e2c51a
4 changed files with 13 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
<div class="w-full grid grid-cols-3">
<router-link :to="subscription.url" class="col-start-2 block flex text-center font-bold text-4xl">
<img :src="subscription.avatar" class="rounded-full" width="48" height="48" />
<span v-text="subscription.name" />>
<span v-text="subscription.name" />
</router-link>
<button
class="btn !w-min"