fixed
This commit is contained in:
@@ -6,7 +6,7 @@ const NotFound = () => {
|
|||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<h1 className="mb-4 text-4xl font-bold">404</h1>
|
<h1 className="mb-4 text-4xl font-bold">404</h1>
|
||||||
<p className="mb-4 text-xl text-muted-foreground">
|
<p className="mb-4 text-xl text-muted-foreground">
|
||||||
Oops! Page not found
|
Oops! Page not found.
|
||||||
</p>
|
</p>
|
||||||
<Link to="/" className="text-primary underline hover:text-primary/90">
|
<Link to="/" className="text-primary underline hover:text-primary/90">
|
||||||
Return to Home
|
Return to Home
|
||||||
|
|||||||
Reference in New Issue
Block a user