Update 404.tsx

Wrapped the content in p tags and removed the apostraphe
This commit is contained in:
Riley Sandborg
2022-12-27 17:34:21 -06:00
committed by GitHub
parent 5e27695c47
commit 9aade799d4
+1 -1
View File
@@ -13,7 +13,7 @@ export default function Error() {
</Head>
<Header />
<main className="flex h-3/4 items-center justify-center overflow-hidden subpixel-antialiased text-xl">
Sorry, the page you're looking for does not exist.
<p>Sorry, the page you are looking for does not exist.</p>
</main>
<Footer />
</>