Skip to content

Commit 072132e

Browse files
committed
remove section eleement
1 parent fb3ba54 commit 072132e

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

src/app/(default)/components/LandingHero.tsx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,17 @@ export const LandingHero: React.FC = () => {
3636
}
3737

3838
return (
39-
<section className='mt-4'>
40-
<AppAlert
41-
cookieStorageKey={STORAGE_KEY_JOIN_US}
42-
message={
43-
<>
44-
<h1 className='text-xl tracking-tighter font-bold'>Share your climbing route knowledge!</h1>
45-
<div className='font-medium text-neutral/80'>
46-
<p>Join us to help improve this comprehensive <br /> climbing resource for the community.</p>
47-
</div>
48-
<SignupButton />
49-
</>
50-
}
51-
/>
52-
</section>
39+
<AppAlert
40+
cookieStorageKey={STORAGE_KEY_JOIN_US}
41+
message={
42+
<>
43+
<h1 className='text-xl tracking-tighter font-bold'>Share your climbing route knowledge!</h1>
44+
<div className='font-medium text-neutral/80'>
45+
<p>Join us to help improve this comprehensive <br /> climbing resource for the community.</p>
46+
</div>
47+
<SignupButton />
48+
</>
49+
}
50+
/>
5351
)
5452
}

0 commit comments

Comments
 (0)