chore: adjust ProfileCards position:

This commit is contained in:
jinhojang6 2023-10-09 20:27:12 +09:00
parent e2a27b9f47
commit ae7786700c
1 changed files with 18 additions and 18 deletions

View File

@ -120,24 +120,6 @@ import {
<CallToActionButton href="https://docs.waku.org/" variant="outlined">Build on Waku</CallToActionButton>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<CallToActionSection
title="Team"
columns={1}
/>
<ProfileCards
items={[
{
name: 'Name',
githubUsername: 'Github',
githubLink: 'https://github.com/',
discordUsername: 'Discord',
discordLink: 'https://discord.gg/',
},
]}
/>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<Roadmap
title="Roadmap"
@ -199,6 +181,24 @@ import {
</Roadmap>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<CallToActionSection
title="Team"
columns={1}
/>
<ProfileCards
items={[
{
name: 'Name',
githubUsername: 'Github',
githubLink: 'https://github.com/',
discordUsername: 'Discord',
discordLink: 'https://discord.gg/',
},
]}
/>
</Box>
<Box top={{ xs: 144, lg: 336 }}>
<CallToActionSection
title={