Skip to content

Commit 481d6eb

Browse files
authored
Merge branch 'main' into xmtp-errors
2 parents f88a483 + 16c57ab commit 481d6eb

File tree

4 files changed

+9
-20
lines changed

4 files changed

+9
-20
lines changed

docs/use-cases/img/nodle.png

30.7 KB
Loading

docs/use-cases/messaging.mdx

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,29 @@ sidebar_position: 0.5
66
import converse from "./img/converse.png";
77
import webinbox from "./img/xmtp.png";
88
import cb from "./img/cbw.png";
9+
import nodle from "./img/nodle.png";
910

1011
# Chat apps
1112

1213
In an age where communication is vital, both in personal and professional realms, privacy and security are paramount. XMTP provides a robust solution that can be integrated into chat apps, whether they are peer-to-peer messaging apps or team communication platforms, offering users secure channels for exchanging information without compromising privacy.
1314

1415
<div class="chain-list white">
16+
<a href="https://www.coinbase.com/wallet" class="chain-item">
17+
<img alt="Coinbase Wallet logo" src={cb} />
18+
<span>Coinbase</span>
19+
</a>
1520
<a href="https://getconverse.app" class="chain-item">
1621
<img alt="Converse logo" src={converse} />
1722
<span>Converse</span>
1823
</a>
24+
<a href="https://www.nodle.com/" class="chain-item">
25+
<img alt="Nodle logo" src={nodle} />
26+
<span>Nodle</span>
27+
</a>
1928
<a href="https://xmtp.chat/" class="chain-item">
2029
<img alt="XMTP logo" src={webinbox} />
2130
<span>xmtp.chat dev tool</span>
2231
</a>
23-
<a href="https://www.coinbase.com/wallet" class="chain-item">
24-
<img alt="Coinbase Wallet logo" src={cb} />
25-
<span>Coinbase</span>
26-
</a>
2732
</div>
2833

2934
#### Inspiration

docusaurus.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ const config = {
196196
label: "Brand assets ↗",
197197
to: "https://github.com/xmtp/brand",
198198
},
199-
{
200-
label: "Status page ↗",
201-
to: "https://status.xmtp.com/",
202-
},
203199
{
204200
label: "Partnerships with Ephemera ↗",
205201
to: "https://forms.gle/UMCFjB8ukiMxBxnK6",

src/components/CardList/index.js

-12
Original file line numberDiff line numberDiff line change
@@ -163,18 +163,6 @@ const EcosystemProjectsCardList = () => {
163163
);
164164
};
165165

166-
// this provides the content in the cards in the Status section on the SDKs and tools page
167-
const statuscards = [
168-
{
169-
title: "XMTP status page",
170-
description:
171-
"View the real-time status of the XMTP production network, XMTP dev network, and XMTP Chat app.",
172-
firstLink: { name: "View status page", link: "https://status.xmtp.com/" },
173-
logo: "img/x-mark.svg",
174-
theme: "sunrise",
175-
},
176-
];
177-
178166
// this provides the list of cards in the Status section on the SDKs and tools page
179167
const StatusCardList = () => {
180168
return (

0 commit comments

Comments
 (0)