From 4fae94b0bddfdfb2586d821cd8467d71bceef849 Mon Sep 17 00:00:00 2001 From: "M. Scott Ford" Date: Fri, 28 Apr 2023 17:17:56 -0400 Subject: [PATCH] Uses `Link` for linking to homepage --- src/pages/404.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/404.jsx b/src/pages/404.jsx index dc35b52..d55f4a2 100644 --- a/src/pages/404.jsx +++ b/src/pages/404.jsx @@ -1,3 +1,5 @@ +import Link from 'next/link' + export default function ErrorPage() { return ( <> @@ -7,12 +9,12 @@ export default function ErrorPage() {

Page not found

Sorry, we couldn’t find the page you’re looking for.

- Go back home - +