mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
Fix footer year hydration problem
This commit is contained in:
parent
7e701e4e28
commit
2cd597912b
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user