chore: update discord links

This commit is contained in:
Hossein Mehrabi 2023-10-26 21:59:03 +03:30
parent bdffc96b4c
commit 973bd2154a
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
2 changed files with 2 additions and 2 deletions

View File

@ -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 (

View File

@ -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' },