mirror of https://github.com/waku-org/waku.org.git
fix: remove unnecessary section
This commit is contained in:
parent
d2735bff13
commit
6d09d7746c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue