We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db24e69 commit 19aabbeCopy full SHA for 19aabbe
frontend/src/pages/404.tsx
@@ -8,10 +8,14 @@ export default function Custom404() {
8
<Navbar />
9
<h1 className="text-5xl font-bold pt-24">404 - Page Not Found</h1>
10
<p className="text-4xl pt-10">
11
- Sorry! We can't find the page you're looking for!
+ Oops! This page must have been garbage collected.
12
<br />
13
</p>
14
- <motion.div className="opacity-0" whileHover={{ opacity: 1 }} transition={{duration: 0.2}}>
+ <motion.div
15
+ className="opacity-0"
16
+ whileHover={{ opacity: 1 }}
17
+ transition={{ duration: 0.2 }}
18
+ >
19
<p className="text-2xl pt-10">
20
While we may have found some tomfoolery, we haven't found your page :'(
21
0 commit comments