Skip to content

Commit

Permalink
🐛 remove duplicate header from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Oculux314 committed Sep 20, 2024
1 parent 1f2b24d commit 1531ad6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions next/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export default async function Home() {
return (
<>
<BGWaves className="w-full absolute -z-50 top-[85vh]" />
{/* @ts-ignore */}
<Header />
<div className="min-h-[55vh] flex flex-col items-center gap-6 mt-header pt-24">
<h1 className="uppercase flex flex-col items-center mx-auto justify-center">
<span className="text-2xl xs:text-3xl sm:text-4xl lg:text-6xl xl:text-8xl leading-[0.95] text-center">A Youth Board</span>
Expand Down

0 comments on commit 1531ad6

Please sign in to comment.