Skip to content

Commit 19aabbe

Browse files
committed
changed message
1 parent db24e69 commit 19aabbe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: frontend/src/pages/404.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ export default function Custom404() {
88
<Navbar />
99
<h1 className="text-5xl font-bold pt-24">404 - Page Not Found</h1>
1010
<p className="text-4xl pt-10">
11-
Sorry! We can't find the page you're looking for!
11+
Oops! This page must have been garbage collected.
1212
<br />
1313
</p>
14-
<motion.div className="opacity-0" whileHover={{ opacity: 1 }} transition={{duration: 0.2}}>
14+
<motion.div
15+
className="opacity-0"
16+
whileHover={{ opacity: 1 }}
17+
transition={{ duration: 0.2 }}
18+
>
1519
<p className="text-2xl pt-10">
1620
While we may have found some tomfoolery, we haven't found your page :'(
1721
</p>

0 commit comments

Comments
 (0)