Update index.mdx
2nd round of copy changes with Kaushal and Amelai
This commit is contained in:
parent
1d659e234b
commit
308e3a3235
|
@ -42,7 +42,7 @@ import {
|
||||||
title="Features"
|
title="Features"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: 'Consensus Client',
|
title: 'Consensus client',
|
||||||
description:
|
description:
|
||||||
'Monitor the beacon chain and join the network as a validator.',
|
'Monitor the beacon chain and join the network as a validator.',
|
||||||
},
|
},
|
||||||
|
@ -116,10 +116,10 @@ import {
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 216 }}>
|
<Box top={{ xs: 144, lg: 216 }}>
|
||||||
<CallToActionSection
|
<CallToActionSection
|
||||||
title="Run the Nimbus Consensus client"
|
title="Get started"
|
||||||
description={
|
description={
|
||||||
<>
|
<>
|
||||||
Follow the detailed<br/>step-by-step guide here
|
Run the Nimbus consensus client <br/>in one of three ways
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
border={false}
|
border={false}
|
||||||
|
@ -127,7 +127,7 @@ import {
|
||||||
{
|
{
|
||||||
title: "Simple setup",
|
title: "Simple setup",
|
||||||
href: "https://nimbus.guide/quick-start.html",
|
href: "https://nimbus.guide/quick-start.html",
|
||||||
description: "Run integrated Nimbus Beacon Node and Validator client together."
|
description: "Setup the Nimbus Beacon Node with Validator client duties."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Use Nimbus Beacon node",
|
title: "Use Nimbus Beacon node",
|
||||||
|
@ -140,9 +140,7 @@ import {
|
||||||
description: "Use Nimbus Validator client with an alternative Beacon Node."
|
description: "Use Nimbus Validator client with an alternative Beacon Node."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
label="Get Nimbus"
|
|
||||||
target="_blank"
|
|
||||||
href="https://nimbus.guide/quick-start.html"
|
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue