1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 19:15:30 -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
+6 -5
View File
@@ -165,12 +165,13 @@ const Page = async () => {
href={`https://github.com/${process.env.NEXT_PUBLIC_GITHUB_USERNAME}?tab=repositories&type=source&sort=stargazers`}
target="_blank"
rel="noopener noreferrer"
/>
className="text-primary underline-offset-4 hover:underline"
>
View all
<IconExternalLink className="inline-block size-3.5 shrink-0" aria-hidden="true" />
</a>
}
>
View all
<IconExternalLink className="inline-block size-3.5 shrink-0" aria-hidden="true" />
</Button>
/>
</p>
</FadeTransition>
);