fix: fix the order of showcase items

This commit is contained in:
Hossein Mehrabi 2023-06-02 14:35:29 +03:30 committed by jeangovil
parent 88c884af84
commit 90ca4cea52
1 changed files with 6 additions and 6 deletions

View File

@ -105,10 +105,10 @@ import {
"Waku powers many of the Status super app's features, including its private messaging.", "Waku powers many of the Status super app's features, including its private messaging.",
}, },
{ {
name: 'XMTP', name: 'Railgun',
logo: '/showcase/xmtp-mark-white.svg', logo: '/showcase/railgun-mark-white.svg',
description: description:
"Inter-blockchain account messaging protocol XMTP uses Waku's Go implementation to facilitate communication between nodes in its currently permissioned network.", 'The privacy-focused DeFi protocol Railgun anonymizes Ethereum transactions with Waku. ',
}, },
{ {
name: 'TheGraph', name: 'TheGraph',
@ -117,10 +117,10 @@ import {
'Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.', 'Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.',
}, },
{ {
name: 'Railgun', name: 'XMTP',
logo: '/showcase/railgun-mark-white.svg', logo: '/showcase/xmtp-mark-white.svg',
description: description:
'The privacy-focused DeFi protocol Railgun anonymizes Ethereum transactions with Waku. ', "Inter-blockchain account messaging protocol XMTP uses Waku's Go implementation to facilitate communication between nodes in its currently permissioned network.",
}, },
]} ]}
/> />