diff --git a/web/src/consts/community-elements.tsx b/web/src/consts/community-elements.tsx index 9b73d7e4f..9af204d9c 100644 --- a/web/src/consts/community-elements.tsx +++ b/web/src/consts/community-elements.tsx @@ -56,7 +56,7 @@ export const firstSection: IElement[] = [ urls: [ { node: Kleros Forum, - link: "https://google.com", + link: "https://forum.kleros.io/", }, ], }, @@ -66,7 +66,7 @@ export const firstSection: IElement[] = [ urls: [ { node: Snapshot, - link: "https://google.com", + link: "https://snapshot.org/#/kleros.eth/", }, ], }, @@ -75,7 +75,7 @@ export const firstSection: IElement[] = [ urls: [ { node: Cooperative Kleros, - link: "https://google.com", + link: "https://kleros.io/coop/", }, ], }, @@ -88,7 +88,7 @@ export const secondSection: IElement[] = [ urls: [ { node: Join, - link: "https://google.com", + link: "https://t.me/kleros", }, ], }, @@ -98,15 +98,15 @@ export const secondSection: IElement[] = [ urls: [ { node: , - link: "https://google.com", + link: "https://discord.gg/MhXQGCyHd9", }, { node: , - link: "https://google.com", + link: "https://t.me/kleros", }, { node: , - link: "https://google.com", + link: "https://kleros.slack.com/join/signup", }, ], },