Skip to content

Commit

Permalink
add back discord (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa authored Nov 27, 2024
1 parent f3c1bef commit b5faa79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ const config = {
<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>
href: "https://discord.gg/N3smtr5upp",
html: `<div class="navbar__client__dropdown"><div class="navbar__client__dropdown__icon"><img src="/img/discord-nav-icon.svg" alt="Discord icon" /></div>
<div class="navbar__client__dropdown_text"><div class="text-base text-semibold">Dev support ↗</div>`,
},
{
Expand Down Expand Up @@ -251,7 +251,7 @@ const config = {
},
{
label: "Dev support ↗",
to: "https://community.xmtp.org/c/dev-support/76",
to: "https://discord.gg/N3smtr5upp",
},
{
label: "Awesome XMTP ↗",
Expand Down

0 comments on commit b5faa79

Please sign in to comment.