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

bump next to 13.5

This commit is contained in:
2023-10-02 11:59:15 -04:00
parent 1d8c2eab99
commit 893db7e951
24 changed files with 707 additions and 2528 deletions

View File

@@ -4,7 +4,7 @@ import Content from "../components/Content";
import PageTitle from "../components/PageTitle";
import Link from "../components/Link";
import RepositoryCard from "../components/RepositoryCard";
import { OctocatOcticon } from "../components/Icons";
import { SiGithub } from "react-icons/si";
import { styled, theme } from "../lib/styles/stitches.config";
import { authorSocial } from "../lib/config";
import type { GetStaticProps, InferGetStaticPropsType } from "next";
@@ -34,7 +34,7 @@ const ViewMore = styled("p", {
fontWeight: 500,
});
const GitHubLogo = styled(OctocatOcticon, {
const GitHubLogo = styled(SiGithub, {
width: "1.2em",
height: "1.2em",
verticalAlign: "-0.2em",