fix: remove placeholder logo from Showcase
This commit is contained in:
parent
4535c428bb
commit
361c6d79f5
|
@ -82,19 +82,16 @@ import {
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
name: 'Solo stakers',
|
name: 'Solo stakers',
|
||||||
logo: '/showcase/placeholder.svg',
|
|
||||||
description:
|
description:
|
||||||
"Individual and hobbyist stakers benefit from reduced hardware demands by running Nimbus clients, making participation in Ethereum widely accessible.",
|
"Individual and hobbyist stakers benefit from reduced hardware demands by running Nimbus clients, making participation in Ethereum widely accessible.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Institutional stakers',
|
name: 'Institutional stakers',
|
||||||
logo: '/showcase/placeholder.svg',
|
|
||||||
description:
|
description:
|
||||||
'Operators with high-specification hardware benefit from reduced system load, freeing resources for other tasks.',
|
'Operators with high-specification hardware benefit from reduced system load, freeing resources for other tasks.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Distributed validator and mini-pool operators',
|
name: 'Distributed validator and mini-pool operators',
|
||||||
logo: '/showcase/placeholder.svg',
|
|
||||||
description:
|
description:
|
||||||
'Benefit from the simplicity and low resource requirements of Nimbus clients. Nimbus is supported by major DV protocols and hardware vendors.',
|
'Benefit from the simplicity and low resource requirements of Nimbus clients. Nimbus is supported by major DV protocols and hardware vendors.',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue