Skip to content

Commit fac72bd

Browse files
committed
fix(web): links to socails
1 parent 7190e71 commit fac72bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

web/src/consts/community-elements.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const firstSection: IElement[] = [
5656
urls: [
5757
{
5858
node: <StyledLabel>Kleros Forum</StyledLabel>,
59-
link: "https://google.com",
59+
link: "https://forum.kleros.io/",
6060
},
6161
],
6262
},
@@ -66,7 +66,7 @@ export const firstSection: IElement[] = [
6666
urls: [
6767
{
6868
node: <StyledLabel>Snapshot</StyledLabel>,
69-
link: "https://google.com",
69+
link: "https://snapshot.org/#/kleros.eth/",
7070
},
7171
],
7272
},
@@ -75,7 +75,7 @@ export const firstSection: IElement[] = [
7575
urls: [
7676
{
7777
node: <StyledLabel>Cooperative Kleros</StyledLabel>,
78-
link: "https://google.com",
78+
link: "https://kleros.io/coop/",
7979
},
8080
],
8181
},
@@ -88,7 +88,7 @@ export const secondSection: IElement[] = [
8888
urls: [
8989
{
9090
node: <StyledLabel>Join</StyledLabel>,
91-
link: "https://google.com",
91+
link: "https://t.me/kleros",
9292
},
9393
],
9494
},
@@ -98,15 +98,15 @@ export const secondSection: IElement[] = [
9898
urls: [
9999
{
100100
node: <StyledDiscordIcon />,
101-
link: "https://google.com",
101+
link: "https://discord.com/invite/cAvWk8B23f",
102102
},
103103
{
104104
node: <StyledTelegramIcon />,
105-
link: "https://google.com",
105+
link: "https://t.me/kleros",
106106
},
107107
{
108108
node: <StyledSlackIcon />,
109-
link: "https://google.com",
109+
link: "https://slack.kleros.io/",
110110
},
111111
],
112112
},

0 commit comments

Comments
 (0)