ChandimaPrabath
commited on
Commit
•
187f490
1
Parent(s):
bf07186
patch #2
Browse files
frontend/src/app/not-found.js
CHANGED
@@ -6,7 +6,7 @@ export default function NotFound() {
|
|
6 |
<div style={styles.overlay}></div>
|
7 |
<h2 style={styles.title}>Whoops!</h2>
|
8 |
<p style={styles.message}>
|
9 |
-
Sorry, the page you
|
10 |
</p>
|
11 |
<Link href="/" style={styles.link}>
|
12 |
Go Home
|
|
|
6 |
<div style={styles.overlay}></div>
|
7 |
<h2 style={styles.title}>Whoops!</h2>
|
8 |
<p style={styles.message}>
|
9 |
+
Sorry, the page you're looking for doesn't exist.
|
10 |
</p>
|
11 |
<Link href="/" style={styles.link}>
|
12 |
Go Home
|