Skip to content

Commit

Permalink
Fixed Navbar overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsawant05 committed Jul 26, 2024
1 parent 169ad3b commit 20607ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";
export default function Home() {
return (
<div className="flex justify-center item-center ">
<h1>Home </h1>
<h1>Home</h1>
</div>
);
}

0 comments on commit 20607ff

Please sign in to comment.