Fix linting issues

This commit is contained in:
Phillip Thelen
2024-04-26 13:15:30 +02:00
parent fbdaa50fcf
commit 99a7b90247
14 changed files with 65 additions and 42 deletions
@@ -20,7 +20,7 @@
class="check-link"
>
<span>Check out the </span>
<a href='/shops/customizations'>Customizations Shop</a>
<a href="/shops/customizations">Customizations Shop</a>
<span> for even more ways to customize your avatar!</span>
</div>
</div>
@@ -58,11 +58,13 @@
>
<h3
v-once
> {{ $t('noItemsOwned') }} </h3>
>
{{ $t('noItemsOwned') }}
</h3>
<p
v-once
v-html="$t('visitCustomizationsShop')"
class="w-50 mx-auto"
v-html="$t('visitCustomizationsShop')"
></p>
</div>
<customize-banner
@@ -50,16 +50,18 @@
:items="userBeards"
/>
<div
class="my-5"
v-if="showEmptySection"
class="my-5"
>
<h3
v-once
> {{ $t('noItemsOwned') }} </h3>
>
{{ $t('noItemsOwned') }}
</h3>
<p
v-once
v-html="$t('visitCustomizationsShop')"
class="w-50 mx-auto"
v-html="$t('visitCustomizationsShop')"
></p>
</div>
</div>