Skip to content

Commit

Permalink
Centered error on not-found lol
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 26, 2024
1 parent fd94167 commit dd1268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/not-found/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NextPage } from "next";

export const NotFound: NextPage = () => {
return (
<div className="flex flex-col justify-center items-center p-2">
<div className="flex flex-col justify-center items-center min-h-screen p-2">
{/* Not Found Section */}
<div className="relative text-red-500 flex flex-col justify-center items-center bg-base-100 p-6 rounded-lg shadow-md w-full">
<p className="font-bold text-2xl">Page under development</p>
Expand Down

0 comments on commit dd1268d

Please sign in to comment.