fix: remove unnecessary section

This commit is contained in:
jinhojang6 2024-06-11 19:46:05 +09:00
parent d2735bff13
commit 6d09d7746c
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 5 additions and 46 deletions

View File

@ -229,48 +229,6 @@ import Link from '@docusaurus/Link'
</Roadmap>
</Box>
<Box top={{ xs: 152, lg: 300 }}>
<Grid
xs={{ cols: 1, gap: '1rem' }}
md={{ cols: 2 }}
className='bottom-cta-sections'
>
<Grid.Item xs={1}>
<InputCTASection
description={
'Want to get involved with Waku?\nJoin the Discord community.'
}
link="https://discord.waku.org/"
label="Get Involved"
/>
</Grid.Item>
<Grid.Item xs={1}>
<InputCTASection
description={'Subscribe\nto our newsletter'}
label="Subscribe"
formInput={[
{
label: 'Name',
placeholder: 'Name',
type: 'text',
name: 'name',
required: true,
},
{
label: 'Email',
placeholder: 'Enter your email',
type: 'email',
name: 'email',
required: true,
},
]}
formListId={5}
/>
</Grid.Item>
</Grid>
</Box>
<Box top={{ xs: 134 }}>
<SectionHeader title="Team" noBorder />
<Box
@ -414,6 +372,7 @@ import Link from '@docusaurus/Link'
</Box>
</Box>
<Box top={{ xs: 152, lg: 300 }}>
<Grid
xs={{ cols: 1, gap: '1rem' }}
@ -423,9 +382,9 @@ import Link from '@docusaurus/Link'
<Grid.Item xs={1}>
<InputCTASection
description={
'Want to get involved with Codex?\nJoin the Discord community.'
'Want to get involved with Waku?\nJoin the Discord community.'
}
link="https://discord.gg/codex-storage"
link="https://discord.waku.org/"
label="Get Involved"
/>
</Grid.Item>
@ -449,8 +408,8 @@ import Link from '@docusaurus/Link'
required: true,
},
]}
formListId={3}
formListId={5}
/>
</Grid.Item>
</Grid>
</Box>
</Box>