Skip to content

Commit

Permalink
Update NotFound.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrushnaBiswal committed Jun 6, 2024
1 parent c3bd540 commit a6f5d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/NotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Link } from "react-router-dom";
export default function NotFound() {
return (
<div>
<img src="./assets/404.png" alt="404" className="w-1/3 mx-auto " />
<img src="./assets/404.webp" alt="404" className="w-1/3 mx-auto " />
<Link to="/" className="text-white bg-green-500 mx-auto text-2xl justify-center flex items-center px-4 py-3 rounded-2xl w-1/6">Go Home</Link>
</div>
);
}
}

0 comments on commit a6f5d90

Please sign in to comment.