From f3685703a203d1d1a8b289640f6db475e53a6d78 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Tue, 6 Jun 2023 12:35:31 +0330 Subject: [PATCH] fix: update the PoweredBy component --- docs/powered-by-waku.mdx | 70 +++++++++++++++-------------- src/components/PoweredByCard.js | 53 ---------------------- static/img/railgun-mark-black.svg | 3 ++ static/img/railgun-mark-white.svg | 3 ++ static/img/status-mark-black.svg | 3 ++ static/img/status-mark-white.svg | 3 ++ static/img/the-graph-mark-black.svg | 3 ++ static/img/the-graph-mark-white.svg | 3 ++ static/img/xmtp-mark-black.svg | 10 +++++ static/img/xmtp-mark-white.svg | 10 +++++ 10 files changed, 75 insertions(+), 86 deletions(-) delete mode 100644 src/components/PoweredByCard.js create mode 100644 static/img/railgun-mark-black.svg create mode 100644 static/img/railgun-mark-white.svg create mode 100644 static/img/status-mark-black.svg create mode 100644 static/img/status-mark-white.svg create mode 100644 static/img/the-graph-mark-black.svg create mode 100644 static/img/the-graph-mark-white.svg create mode 100644 static/img/xmtp-mark-black.svg create mode 100644 static/img/xmtp-mark-white.svg diff --git a/docs/powered-by-waku.mdx b/docs/powered-by-waku.mdx index cda0033..7c78a94 100644 --- a/docs/powered-by-waku.mdx +++ b/docs/powered-by-waku.mdx @@ -4,37 +4,41 @@ title: Powered by Waku Leap into the future with Waku! Revolutionize communication, collaboration, and connectivity. Join us and create something extraordinary! -```mdx-code-block -import PoweredByCard from "@site/src/components/PoweredByCard"; +import { PoweredBy } from "@site/src/components/mdx"; -
- - Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology. - - - XMTP uses the Waku Network to enable secure Web3 messaging in their open protocol and network. - - - RAILGUN uses Waku to offer private gas payments to users, ensuring anonymity and privacy for their transactions. - - - Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem. - -
-``` \ No newline at end of file + diff --git a/src/components/PoweredByCard.js b/src/components/PoweredByCard.js deleted file mode 100644 index e9ce012..0000000 --- a/src/components/PoweredByCard.js +++ /dev/null @@ -1,53 +0,0 @@ -import React from "react"; - -const PoweredByCard = ({ appLink, logoSrc, appName, children }) => ( -
-
- {appName -
-

{children}

- - - -
-); - -export default PoweredByCard; diff --git a/static/img/railgun-mark-black.svg b/static/img/railgun-mark-black.svg new file mode 100644 index 0000000..40a9ac6 --- /dev/null +++ b/static/img/railgun-mark-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/img/railgun-mark-white.svg b/static/img/railgun-mark-white.svg new file mode 100644 index 0000000..096cd4f --- /dev/null +++ b/static/img/railgun-mark-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/img/status-mark-black.svg b/static/img/status-mark-black.svg new file mode 100644 index 0000000..2c90d94 --- /dev/null +++ b/static/img/status-mark-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/img/status-mark-white.svg b/static/img/status-mark-white.svg new file mode 100644 index 0000000..62eade2 --- /dev/null +++ b/static/img/status-mark-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/img/the-graph-mark-black.svg b/static/img/the-graph-mark-black.svg new file mode 100644 index 0000000..018a500 --- /dev/null +++ b/static/img/the-graph-mark-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/img/the-graph-mark-white.svg b/static/img/the-graph-mark-white.svg new file mode 100644 index 0000000..b742361 --- /dev/null +++ b/static/img/the-graph-mark-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/img/xmtp-mark-black.svg b/static/img/xmtp-mark-black.svg new file mode 100644 index 0000000..0c0ce0c --- /dev/null +++ b/static/img/xmtp-mark-black.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/img/xmtp-mark-white.svg b/static/img/xmtp-mark-white.svg new file mode 100644 index 0000000..be6f26b --- /dev/null +++ b/static/img/xmtp-mark-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + +