From 90ca4cea529e32dbc84e090c8e736976c7b7630a Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 2 Jun 2023 14:35:29 +0330 Subject: [PATCH] fix: fix the order of showcase items --- src/pages/index.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 5b890c9b..1b9f15e0 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -105,10 +105,10 @@ import { "Waku powers many of the Status super app's features, including its private messaging.", }, { - name: 'XMTP', - logo: '/showcase/xmtp-mark-white.svg', + name: 'Railgun', + logo: '/showcase/railgun-mark-white.svg', 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', @@ -117,10 +117,10 @@ import { 'Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.', }, { - name: 'Railgun', - logo: '/showcase/railgun-mark-white.svg', + name: 'XMTP', + logo: '/showcase/xmtp-mark-white.svg', 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.", }, ]} />