mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
changed a few stray 2021s to 2022
This commit is contained in:
@@ -224,7 +224,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-md-5 text-center text-md-left">
|
<div class="col-12 col-md-5 text-center text-md-left">
|
||||||
© 2021 Habitica. All rights reserved.
|
© 2022 Habitica. All rights reserved.
|
||||||
<div
|
<div
|
||||||
v-if="!IS_PRODUCTION && isUserLoaded"
|
v-if="!IS_PRODUCTION && isUserLoaded"
|
||||||
class="debug float-left"
|
class="debug float-left"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
>{{ $t('editAvatar') }}</a>
|
>{{ $t('editAvatar') }}</a>
|
||||||
<a
|
<a
|
||||||
class="topbar-dropdown-item dropdown-item dropdown-separated"
|
class="topbar-dropdown-item dropdown-item dropdown-separated"
|
||||||
@click="showAvatar('backgrounds', '2021')"
|
@click="showAvatar('backgrounds', '2022')"
|
||||||
>{{ $t('backgrounds') }}</a>
|
>{{ $t('backgrounds') }}</a>
|
||||||
<a
|
<a
|
||||||
class="topbar-dropdown-item dropdown-item"
|
class="topbar-dropdown-item dropdown-item"
|
||||||
|
|||||||
Reference in New Issue
Block a user