aboutsummaryrefslogtreecommitdiff
path: root/app/not-found.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-15 13:43:54 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-15 13:43:54 -0400
commitb5b66d3841cebac5ab34744e63fc60e2a69a7252 (patch)
tree5a01d5bc019b118f38bebde87b96611aa8a233a7 /app/not-found.js
parent959996961284a2800004eca2205add8e7d4f40f2 (diff)
downloadalure-website-b5b66d3841cebac5ab34744e63fc60e2a69a7252.tar.gz
alure-website-b5b66d3841cebac5ab34744e63fc60e2a69a7252.tar.bz2
alure-website-b5b66d3841cebac5ab34744e63fc60e2a69a7252.zip
New page; Post system; Fixed more padding
Diffstat (limited to 'app/not-found.js')
-rw-r--r--app/not-found.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/not-found.js b/app/not-found.js
index a3a3571..4046e54 100644
--- a/app/not-found.js
+++ b/app/not-found.js
@@ -5,7 +5,7 @@ export default function NotFound() {
<main className="flex flex-col justify-center context-center text-center p-2">
<h1 className="text-2xl font-bold">404</h1>
<h1 className="text-2xl font-bold">The page you are looking for does not exist.</h1>
- <Link href='/'><p className="text-cyan-600 hover:text-cyan-500">Head back to the home page</p></Link>
+ <Link href='/'><p className="text-cyan-600 hover:text-cyan-500">Head back to the homepage</p></Link>
</main>
)
}