mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
changed a few stray 2021s to 2022
This commit is contained in:
parent
412f9b7898
commit
8637d55d2b
2 changed files with 2 additions and 2 deletions
|
|
@ -224,7 +224,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-5 text-center text-md-left">
|
||||
© 2021 Habitica. All rights reserved.
|
||||
© 2022 Habitica. All rights reserved.
|
||||
<div
|
||||
v-if="!IS_PRODUCTION && isUserLoaded"
|
||||
class="debug float-left"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
>{{ $t('editAvatar') }}</a>
|
||||
<a
|
||||
class="topbar-dropdown-item dropdown-item dropdown-separated"
|
||||
@click="showAvatar('backgrounds', '2021')"
|
||||
@click="showAvatar('backgrounds', '2022')"
|
||||
>{{ $t('backgrounds') }}</a>
|
||||
<a
|
||||
class="topbar-dropdown-item dropdown-item"
|
||||
|
|
|
|||
Loading…
Reference in a new issue