1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 20:55:47 -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

@@ -29,9 +29,7 @@ const FourOhFour = () => {
<H1>404: Page Not Found 😢</H1>
<Link href="/" prefetch>
Go home?
</Link>
<Link href="/">Go home?</Link>
</Center>
</>
);