fix discord invitation links
This commit is contained in:
parent
ab832eb891
commit
56dc963c35
|
@ -43,7 +43,7 @@ import { AccordionItem } from '@site/src/components/mdx'
|
|||
</AccordionItem>
|
||||
|
||||
<AccordionItem title="How can a node operator contact the Nimbus team?">
|
||||
The best way to contact the Nimbus team for support, is through <a href="http://discord.gg/XRxWahP" target="_blank">Discord</a> in the #helpdesk channel.
|
||||
The best way to contact the Nimbus team for support, is through <a href="https://discord.gg/XRxWahP" target="_blank">Discord</a> in the #helpdesk channel.
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem title="Can we use a LH/Prysm beacon node with Nimbus VC?">
|
||||
|
|
|
@ -28,7 +28,7 @@ import { Grid, Box, SocialCard } from '/src/components/mdx'
|
|||
</Grid.Item>
|
||||
<Grid.Item xs={1}>
|
||||
<SocialCard
|
||||
href='https://discord.waku.org'
|
||||
href='https://discord.gg/XRxWahP'
|
||||
logoSrc="/icons/discord-black.svg"
|
||||
logoSrcDark="/icons/discord-white.svg"
|
||||
description='Join the community on Discord'
|
||||
|
|
Loading…
Reference in New Issue