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:
@@ -4,11 +4,11 @@ const NotFoundPage = () => {
|
|||||||
return (
|
return (
|
||||||
<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 */}
|
||||||
<h2 className="text-2xl font-bold mb-4 mt-4">Page Not Found</h2>
|
<h2 className="text-2xl font-bold mb-4 mt-4">Page Not Found</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user