mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-16 06:44:14 +00:00
Update index.mdx (#157)
Two typo fixes. Moved the 'Nimbus Users' carousel above the 'Community Support' section.
This commit is contained in:
parent
d46fc2291e
commit
39e3c96272
@ -132,7 +132,7 @@ import {
|
||||
},
|
||||
{
|
||||
title: "Use Nimbus Validator client",
|
||||
description: "Use Nimbus Validator Client with an alternative Beacon Node"
|
||||
description: "Use Nimbus Validator Client with an alternative Beacon Node."
|
||||
}
|
||||
]}
|
||||
label="Get Nimbus"
|
||||
@ -145,13 +145,41 @@ import {
|
||||
<CallToActionSection
|
||||
title="Community Suppport"
|
||||
columns={2}
|
||||
description="Nimbus is trusted by Etherem validators diverse in both size and operating requirements. But don't just take our word for it."
|
||||
description="Nimbus is trusted by Ethereum validators diverse in both size and operating requirements. But don't just take our word for it."
|
||||
label="Get Nimbus"
|
||||
href="https://nimbus.guide/quick-start.html"
|
||||
target="_blank"
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<LogoCarousel
|
||||
title="Nimbus Users"
|
||||
items={[
|
||||
{
|
||||
logoSrc: '/showcase/ethos-black.svg',
|
||||
logoSrcDark: '/showcase/ethos-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/dsrv-black.svg',
|
||||
logoSrcDark: '/showcase/dsrv-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/stader-black.svg',
|
||||
logoSrcDark: '/showcase/stader-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/staking-facilities-black.svg',
|
||||
logoSrcDark: '/showcase/staking-facilities-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/sensei-node-black.svg',
|
||||
logoSrcDark: '/showcase/sensei-node-white.svg',
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 64, lg: 100 }}>
|
||||
<Grid
|
||||
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
|
||||
@ -188,34 +216,6 @@ import {
|
||||
</Grid>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<LogoCarousel
|
||||
title="Nimbus Users"
|
||||
items={[
|
||||
{
|
||||
logoSrc: '/showcase/ethos-black.svg',
|
||||
logoSrcDark: '/showcase/ethos-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/dsrv-black.svg',
|
||||
logoSrcDark: '/showcase/dsrv-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/stader-black.svg',
|
||||
logoSrcDark: '/showcase/stader-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/staking-facilities-black.svg',
|
||||
logoSrcDark: '/showcase/staking-facilities-white.svg',
|
||||
},
|
||||
{
|
||||
logoSrc: '/showcase/sensei-node-black.svg',
|
||||
logoSrcDark: '/showcase/sensei-node-white.svg',
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
columns={1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user