Fix social links

This commit is contained in:
fryorcraken.eth 2023-03-21 21:32:23 +11:00
parent 50f3a45327
commit d814c29c30
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 6 additions and 6 deletions

View File

@ -60,22 +60,22 @@ const config = {
{ {
title: "Community", title: "Community",
items: [ items: [
{
href: "https://stackoverflow.com/questions/tagged/docusaurus",
label: "Stack Overflow",
},
{ {
href: "https://forum.vac.dev/", href: "https://forum.vac.dev/",
label: "Discourse", label: "Discourse",
}, },
{ {
href: "https://discord.gg/j5pGbn7MHZ", href: "https://discord.gg/Nrac59MfSX",
label: "Twitter", label: "Discord",
}, },
{ {
href: "https://twitter.com/waku_org", href: "https://twitter.com/waku_org",
label: "Twitter", label: "Twitter",
}, },
{
href: "https://t.me/waku_org",
label: "Telegram",
},
], ],
}, },
], ],