mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
prevent more hydration mismatches
This commit is contained in:
@@ -93,7 +93,7 @@ const Footer = ({ ...rest }: FooterProps) => (
|
||||
<NextLink href="/previously/" prefetch={false} passHref={true}>
|
||||
<Link title="Previously on...">2001</Link>
|
||||
</NextLink>{" "}
|
||||
– {new Date().getFullYear()}.
|
||||
– {new Date(process.env.NEXT_PUBLIC_RELEASE_DATE).getUTCFullYear()}.
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user