aboutsummaryrefslogtreecommitdiff
path: root/app/not-found.js
diff options
context:
space:
mode:
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>
)
}