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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user