Re-order users
This commit is contained in:
parent
3c55e5992e
commit
9ceaad66bc
|
@ -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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue