Commit 7cf3781e authored by Daniel Puchala's avatar Daniel Puchala
Browse files

feat: not found page updated

parent 7581714a
......@@ -3,12 +3,14 @@ import Header from './Header';
export const PageNotFound = () => {
return (
<>
<Header />
<div>
Page not found
<Header/>
<div className="flex h-[90vh] justify-center">
<span className="mt-10 text-3xl">
<b>Page not found</b>
</span>
</div>
</>
)
}
);
};
export default PageNotFound;
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment