chore: update discord links

This commit is contained in:
Hossein Mehrabi 2023-07-18 15:38:46 +03:30
parent 50badc0196
commit 5e0366dc52
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
2 changed files with 7 additions and 4 deletions

View File

@ -87,6 +87,10 @@ const config = {
label: 'Github', label: 'Github',
href: 'https://github.com/waku-org', href: 'https://github.com/waku-org',
}, },
{
label: 'Discord',
href: 'https://discord.waku.org/',
},
], ],
}, },
footer: { footer: {
@ -99,7 +103,7 @@ const config = {
label: 'Twitter', label: 'Twitter',
}, },
{ {
href: 'https://discord.gg/wc8gj26cwH', href: 'https://discord.waku.org/',
label: 'Discord', label: 'Discord',
}, },
{ {

View File

@ -25,8 +25,7 @@ import {
{`Waku is Uncompromising Web3 Communication at Scale`} {`Waku is Uncompromising Web3 Communication at Scale`}
</HeroTitle> </HeroTitle>
<HeroDescription> <HeroDescription>
{`A family of robust, censorship-resistant communication protocols designed to enable privacy-focused messaging for web3 apps. {`A family of robust, censorship-resistant communication protocols designed to enable privacy-focused messaging for web3 apps.`}
`}
</HeroDescription> </HeroDescription>
<HeroActions> <HeroActions>
<HeroAction href="https://docs.waku.org/" target="_blank"> <HeroAction href="https://docs.waku.org/" target="_blank">
@ -191,6 +190,6 @@ import {
} }
label="Join us on Discord" label="Join us on Discord"
target="_blank" target="_blank"
href="http://discord.waku.org" href="https://discord.waku.org/"
/> />
</Box> </Box>