Skip to content

Commit

Permalink
Update various links (#797)
Browse files Browse the repository at this point in the history
* rm discord

* update dev support and Converse gh links
  • Loading branch information
jhaaaa authored Nov 18, 2024
1 parent 3e815cf commit ec235eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,15 @@ const config = {
html: `<div class="navbar__client__dropdown"><div class="navbar__client__dropdown__icon"><img src="/img/discourse-icon.svg" alt="Discourse icon" /></div>
<div class="navbar__client__dropdown_text"><div class="text-base text-semibold">Community forum ↗</div>`,
},
{
href: "https://community.xmtp.org/c/dev-support/76",
html: `<div class="navbar__client__dropdown"><div class="navbar__client__dropdown__icon"><img src="/img/discourse-icon.svg" alt="Chat icon" /></div>
<div class="navbar__client__dropdown_text"><div class="text-base text-semibold">Dev support ↗</div>`,
},
{
href: "https://converse.xyz/group-invite/a0XKzl9oVpWNXcuYDZLMf",
html: `<div class="navbar__client__dropdown"><div class="navbar__client__dropdown__icon"><img src="/img/chat.svg" alt="Chat icon" /></div>
<div class="navbar__client__dropdown_text"><div class="text-base text-semibold">Dev support & chat ↗</div>`,
<div class="navbar__client__dropdown_text"><div class="text-base text-semibold">Dev chat ↗</div>`,
},
{
href: "https://paragraph.xyz/@xmtp_community/",
Expand Down Expand Up @@ -250,7 +255,11 @@ const config = {
to: "https://community.xmtp.org/",
},
{
label: "Dev support & chat ↗",
label: "Dev support ↗",
to: "https://community.xmtp.org/c/dev-support/76",
},
{
label: "Dev chat ↗",
to: "https://converse.xyz/group-invite/a0XKzl9oVpWNXcuYDZLMf",
},
{
Expand Down
1 change: 1 addition & 0 deletions src/components/BuiltWithXmtp/ListOfDevs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"href": "https://getconverse.app",
"image": "/img/builtWithXmtp/converse.png",
"description": "We're reinventing messaging, starting with web3",
"github": "https://github.com/ephemeraHQ/converse-app",
"twitter": "https://x.com/converseapp_"
},
{
Expand Down

0 comments on commit ec235eb

Please sign in to comment.