From 7a7eb86c99e81affb7d2029edb675f7cfb22a3b4 Mon Sep 17 00:00:00 2001
From: Arun kumar <76466509+Arun9650@users.noreply.github.com>
Date: Sun, 9 Apr 2023 18:37:43 +0530
Subject: [PATCH 1/2] fix(web): links to socails
---
web/src/consts/community-elements.tsx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/web/src/consts/community-elements.tsx b/web/src/consts/community-elements.tsx
index 9b73d7e4f..006e8d3af 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.com/invite/cAvWk8B23f",
},
{
node: ,
- link: "https://google.com",
+ link: "https://t.me/kleros",
},
{
node: ,
- link: "https://google.com",
+ link: "https://slack.kleros.io/",
},
],
},
From d27a189bd8839fafc2cbe7d5389a58d3852aa465 Mon Sep 17 00:00:00 2001
From: jaybuidl
Date: Mon, 10 Apr 2023 18:38:54 +0100
Subject: [PATCH 2/2] fix: slack and discord url
---
web/src/consts/community-elements.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/src/consts/community-elements.tsx b/web/src/consts/community-elements.tsx
index 006e8d3af..9af204d9c 100644
--- a/web/src/consts/community-elements.tsx
+++ b/web/src/consts/community-elements.tsx
@@ -98,7 +98,7 @@ export const secondSection: IElement[] = [
urls: [
{
node: ,
- link: "https://discord.com/invite/cAvWk8B23f",
+ link: "https://discord.gg/MhXQGCyHd9",
},
{
node: ,
@@ -106,7 +106,7 @@ export const secondSection: IElement[] = [
},
{
node: ,
- link: "https://slack.kleros.io/",
+ link: "https://kleros.slack.com/join/signup",
},
],
},