Update index.mdx

This commit is contained in:
jeangovil 2023-07-13 20:11:28 +03:30 committed by Jinho Jang
parent 24a25b98ca
commit 8c2684de3a
1 changed files with 6 additions and 2 deletions

View File

@ -146,22 +146,27 @@ import {
timeline={[ timeline={[
{ {
period: '2018 Q1', period: '2018 Q1',
borderStyle: 'solid',
description: "Nimbus team founded", description: "Nimbus team founded",
}, },
{ {
period: '2018 Q4', period: '2018 Q4',
borderStyle: 'dashed',
description: 'Proof-of-stake client dev begins', description: 'Proof-of-stake client dev begins',
}, },
{ {
period: '2019 Q1', period: '2019 Q1',
borderStyle: 'solid',
description: 'Nimbus launches to testnet', description: 'Nimbus launches to testnet',
}, },
{ {
period: '2019 Q3', period: '2019 Q3',
borderStyle: 'dashed',
description: 'Nimbus and Lighthouse run first multi-client testnet', description: 'Nimbus and Lighthouse run first multi-client testnet',
}, },
{ {
period: '2020 Q4', period: '2020 Q4',
borderStyle: 'dashed',
description: 'Runs 144 validators at Beacon Chain mainnet launch', description: 'Runs 144 validators at Beacon Chain mainnet launch',
}, },
{ {
@ -176,7 +181,6 @@ import {
}, },
{ {
period: '2023 Plus', period: '2023 Plus',
borderStyle: 'dashed',
description: 'Deving one-click install, component redundancy', description: 'Deving one-click install, component redundancy',
}, },
]} ]}
@ -214,4 +218,4 @@ import {
href="https://logos.co/" href="https://logos.co/"
target="_blank" target="_blank"
/> />
</Box> </Box>