fix: remove placeholder logo from Showcase

This commit is contained in:
jinho jang 2023-07-07 22:12:34 +09:00
parent 094ea9b75f
commit e04fd6fdde

View File

@ -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.',
}, },