1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 07:01:19 -04:00

bump next to stable

This commit is contained in:
2022-07-08 13:24:38 -04:00
parent 295301aa9e
commit 54d0b6eac0
14 changed files with 155 additions and 166 deletions

View File

@@ -86,11 +86,11 @@ const Footer = ({ ...rest }: FooterProps) => {
<Row>
<div>
Content{" "}
<PlainLink href="/license/" prefetch={false} title={config.license} underline={false}>
<PlainLink href="/license/" title={config.license} underline={false}>
licensed under {config.licenseAbbr}
</PlainLink>
,{" "}
<PlainLink href="/previously/" prefetch={false} title="Previously on..." underline={false}>
<PlainLink href="/previously/" title="Previously on..." underline={false}>
{config.copyrightYearStart}
</PlainLink>{" "}
{new Date(process.env.RELEASE_DATE || Date.now()).getUTCFullYear()}.