fix: we're in 2024 :) (#51)

* small typo: we're in 2024 :)

* Update LICENSE
This commit is contained in:
strn
2024-04-22 18:01:17 +02:00
committed by GitHub
parent 91773fc520
commit 6d9259808a
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ import {profileConfig} from "../config";
<div class="card-base max-w-[var(--page-width)] min-h-[4.5rem] rounded-b-none mx-auto flex items-center px-6">
<div class="transition text-50 text-sm">
© 2023 {profileConfig.name}. All Rights Reserved.
© 2024 {profileConfig.name}. All Rights Reserved.
<br>
Powered by <a class="link text-[var(--primary)] font-medium" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a>
</div>
</div>
</div>