File tree Expand file tree Collapse file tree
src/app/(default)/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments