Fix footer year hydration problem
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle 2025-01-02 23:47:29 +02:00
parent 7e701e4e28
commit 2cd597912b

View File

@ -18,11 +18,11 @@ import { DiscordIcon } from "../icons/Discord";
import { GitHubIcon } from "../icons/GitHub";
import { PatreonIcon } from "../icons/Patreon";
const currentYear = new Date().getFullYear();
function _Footer() {
const { t } = useTranslation();
const currentYear = new Date().getFullYear();
return (
<footer className="layout__footer">
<div className="layout__footer__link-list">