Skip to content

Commit d27a189

Browse files
committed
fix: slack and discord url
1 parent 7a7eb86 commit d27a189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/consts/community-elements.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ export const secondSection: IElement[] = [
9898
urls: [
9999
{
100100
node: <StyledDiscordIcon />,
101-
link: "https://discord.com/invite/cAvWk8B23f",
101+
link: "https://discord.gg/MhXQGCyHd9",
102102
},
103103
{
104104
node: <StyledTelegramIcon />,
105105
link: "https://t.me/kleros",
106106
},
107107
{
108108
node: <StyledSlackIcon />,
109-
link: "https://slack.kleros.io/",
109+
link: "https://kleros.slack.com/join/signup",
110110
},
111111
],
112112
},

0 commit comments

Comments
 (0)