changed a few stray 2021s to 2022

This commit is contained in:
CuriousMagpie
2022-01-26 16:45:54 -05:00
parent 412f9b7898
commit 8637d55d2b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"