This commit is contained in:
sanjidarimi
2026-06-17 20:33:30 +06:00
parent e1ed111c55
commit aa7ee3f19e
+1 -1
View File
@@ -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