Update 404.tsx

Removed quotation marks from the content. Were previously from being commented out.
This commit is contained in:
Riley Sandborg
2022-12-27 13:38:32 -06:00
committed by GitHub
parent f76ec70f63
commit dc48861f59
+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."
Sorry, the page you're looking for does not exist.
</main>
<Footer />
</>