Skip to content

Commit

Permalink
make hamburger white
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 22, 2024
1 parent 035310d commit 5945979
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/landing/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,24 @@ const LandingPage = () => {
className="absolute inset-0 z-10 w-full"
>
<div className="z-20 flex h-20 w-full flex-row items-center">
<Sidebar />
<Sidebar hamburger="white" />
<div>
<Image
src="/nebula-logo.png"
alt=""
width={60}
height={60}
className="mr-1.5"
priority
/>
</div>
</div>
</div>
<div className="pointer-events-none absolute inset-0 z-20 flex h-full w-full flex-col items-center justify-center gap-y-5">
<h1 className="pointer-events-auto max-w-3xl text-center font-sans text-6xl font-semibold text-white">
<div className="pointer-events-none absolute inset-0 z-20 flex h-full w-full flex-col items-center justify-center">
<h2 className="pointer-events-auto mb-2 max-w-2xl text-xl text-white md:text-3xl">
Find your Community
</h2>
<h1 className="pointer-events-auto mb-4 max-w-3xl px-5 text-center font-sans text-2xl font-semibold text-white md:px-0 md:text-6xl">
Discover the Best Clubs and Organizations at UTD
</h1>
<ClubSearchBar />
Expand Down

0 comments on commit 5945979

Please sign in to comment.