Skip to content

Commit

Permalink
Fix footer year hydration problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Jan 2, 2025
1 parent 7e701e4 commit 2cd5979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 2cd5979

Please sign in to comment.