Fix:Fixed 404.png import path

This commit is contained in:
2025-02-26 20:08:59 +05:30
parent 7994f2768d
commit c7697a4b3c
@@ -5,8 +5,8 @@ const NotFoundPage = () => {
<div className="flex flex-col items-center justify-center h-screen bg-gray-100 p-4"> <div className="flex flex-col items-center justify-center h-screen bg-gray-100 p-4">
{/* Placeholder SVG - Replace this with your SVG */} {/* Placeholder SVG - Replace this with your SVG */}
<img <img
src="public/404.png" src="/404.png"
style={{ width: '30%', height: 'auto' }} style={{ width: "30%", height: "auto" }}
alt="404 Not Found" alt="404 Not Found"
></img> ></img>
{/* Page number and title */} {/* Page number and title */}