Skip to content

Commit d8b2b77

Browse files
authored
update dev support to GH (#815)
1 parent f97cc6e commit d8b2b77

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ const config = {
182182
<div class="navbar__client__dropdown_text"><div class="text-base text-semibold">Community forum ↗</div>`,
183183
},
184184
{
185-
href: "https://community.xmtp.org/c/dev-support/76",
186-
html: `<div class="navbar__client__dropdown"><div class="navbar__client__dropdown__icon"><img src="/img/discourse-icon.svg" alt="Discourse icon" /></div>
185+
href: "https://github.com/xmtp",
186+
html: `<div class="navbar__client__dropdown"><div class="navbar__client__dropdown__icon"><img src="/img/github-icon-orange.svg" alt="GitHub icon" /></div>
187187
<div class="navbar__client__dropdown_text"><div class="text-base text-semibold">Dev support ↗</div>`,
188188
},
189189
{
@@ -234,7 +234,7 @@ const config = {
234234
},
235235
{
236236
label: "Dev support ↗",
237-
to: "https://community.xmtp.org/c/dev-support/76",
237+
to: "https://github.com/xmtp",
238238
},
239239
{
240240
label: "Awesome XMTP ↗",

static/img/github-icon-orange.svg

+3
Loading

0 commit comments

Comments
 (0)