mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
fix(lint): run npm lint to fix formatting
This commit is contained in:
@@ -11,15 +11,17 @@
|
||||
@click="close()"
|
||||
>
|
||||
<div
|
||||
v-once
|
||||
class="svg-icon"
|
||||
v-html="icons.close"
|
||||
v-once
|
||||
></div>
|
||||
</div>
|
||||
<h2
|
||||
class="mt-3 mb-4"
|
||||
v-once
|
||||
>{{ $t('foundNewItems') }}</h2>
|
||||
class="mt-3 mb-4"
|
||||
>
|
||||
{{ $t('foundNewItems') }}
|
||||
</h2>
|
||||
<div class="d-flex justify-content-center">
|
||||
<div
|
||||
class="item-box ml-auto mr-3"
|
||||
@@ -33,17 +35,21 @@
|
||||
</div>
|
||||
</div>
|
||||
<p
|
||||
v-once
|
||||
class="mt-4"
|
||||
v-once
|
||||
>{{ $t('foundNewItemsExplanation') }}</p>
|
||||
>
|
||||
{{ $t('foundNewItemsExplanation') }}
|
||||
</p>
|
||||
<p
|
||||
class="strong mb-4"
|
||||
v-once
|
||||
>{{ $t('foundNewItemsCTA') }}</p>
|
||||
class="strong mb-4"
|
||||
>
|
||||
{{ $t('foundNewItemsCTA') }}
|
||||
</p>
|
||||
<button
|
||||
v-once
|
||||
class="btn btn-primary mb-2"
|
||||
@click="toInventory()"
|
||||
v-once
|
||||
>
|
||||
{{ $t('letsgo') }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user