Skip to content

Commit

Permalink
added msg for reload
Browse files Browse the repository at this point in the history
Signed-off-by: aryan <[email protected]>
  • Loading branch information
aryan-bhokare committed Jul 5, 2024
1 parent 2f215b3 commit f3c7b6d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/app/docs/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
export default function DocsPage() {
return <></>;
return (
<main className="flex flex-col justify-center items-center h-full w-full ">
<div>
<h1 className="text-white font-SpaceGrotesk font-bold text-3xl md:text-6xl mt-36 mb-12 ">
Please reload the page, this is a nextjs bug.
</h1>
</div>
</main>
);
}

0 comments on commit f3c7b6d

Please sign in to comment.