Fix linting issues
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user