1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:15:31 -04:00

chore: update to pnpm 11, bump other deps

This commit is contained in:
2026-06-04 11:58:19 -04:00
parent 37200155cf
commit c2bf0c610e
9 changed files with 1194 additions and 1159 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ const Footer = () => (
className="text-muted-foreground border-border mt-8 w-full border-t py-6 text-xs leading-loose"
>
All content is licensed under{" "}
<Link href="/license" className="underline underline-offset-4">
<Link href="/license" className="underline underline-offset-2">
{siteConfig.license}
</Link>
. View source on{" "}
@@ -16,7 +16,7 @@ const Footer = () => (
href={`https://github.com/${process.env.NEXT_PUBLIC_GITHUB_REPO}`}
target="_blank"
rel="noopener noreferrer"
className="underline underline-offset-4"
className="underline underline-offset-2"
>
GitHub
</a>