chore: update discord links
This commit is contained in:
parent
bdffc96b4c
commit
973bd2154a
|
@ -9,7 +9,7 @@ type JoinDiscordCardProps = React.HTMLAttributes<HTMLDivElement> & {
|
|||
}
|
||||
|
||||
export const JoinDiscordCard: FC<JoinDiscordCardProps> = ({
|
||||
discordHref = 'https://discord.gg/logos-state',
|
||||
discordHref = 'https://discord.gg/logosnetwork',
|
||||
...props
|
||||
}) => {
|
||||
return (
|
||||
|
|
|
@ -66,7 +66,7 @@ export const FooterLinksItems: {
|
|||
links: [
|
||||
{
|
||||
label: 'Discord',
|
||||
href: 'https://discord.gg/logos-state',
|
||||
href: 'https://discord.gg/logosnetwork',
|
||||
key: 'discord',
|
||||
},
|
||||
{ label: 'X', href: `https://x.com/${siteConfigs.xHandle}`, key: 'x' },
|
||||
|
|
Loading…
Reference in New Issue