From 9ceaad66bcae7d14e47d0c02e6aafad194dd9f0a Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 13 Jun 2023 10:34:41 +1000 Subject: [PATCH] Re-order users --- docs/powered-by-waku.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/powered-by-waku.mdx b/docs/powered-by-waku.mdx index 7c78a94..57b64d9 100644 --- a/docs/powered-by-waku.mdx +++ b/docs/powered-by-waku.mdx @@ -16,14 +16,6 @@ import { PoweredBy } from "@site/src/components/mdx"; logoSrcDark: "/img/status-mark-white.svg", link: "https://status.im", }, - { - name: "XMTP", - description: - "XMTP uses the Waku network to enable secure Web3 messaging in their open protocol and network.", - logoSrc: "/img/xmtp-mark-black.svg", - logoSrcDark: "/img/xmtp-mark-white.svg", - link: "https://xmtp.org", - }, { name: "RAILGUN", description: @@ -40,5 +32,13 @@ import { PoweredBy } from "@site/src/components/mdx"; logoSrcDark: "/img/the-graph-mark-white.svg", link: "https://thegraph.com/", }, + { + name: "XMTP", + description: + "XMTP uses the Waku network to enable secure Web3 messaging in their open protocol and network.", + logoSrc: "/img/xmtp-mark-black.svg", + logoSrcDark: "/img/xmtp-mark-white.svg", + link: "https://xmtp.org", + }, ]} />