Manually merging Ombase's changes to NotFoundPage.jsx since I rebased an older commit to add a more descriptive comment.

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