From b5d06ee04911ce2bc435f3645e0932c0b6ba3918 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 16 Jun 2020 00:50:31 +0900 Subject: [PATCH] Update the latest Townhalls and dev calls --- src/pages/DevCall/DevCallSection/DevCallSection.js | 7 +++++++ src/pages/Townhall/TownhallSection/TownhallSection.js | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/pages/DevCall/DevCallSection/DevCallSection.js b/src/pages/DevCall/DevCallSection/DevCallSection.js index f3bd87f..edee6b2 100644 --- a/src/pages/DevCall/DevCallSection/DevCallSection.js +++ b/src/pages/DevCall/DevCallSection/DevCallSection.js @@ -138,6 +138,13 @@ const devCallData = [ notes: "https://notes.status.im/core-dev-call_30", url: "https://youtu.be/B3eqK_RvcH0" }, + { + key: 31, + title: "Status Core Dev Call #31 - June 1, 2020", + date: "2020-06-01", + notes: "https://notes.status.im/core-dev-call_31#", + url: "https://youtu.be/yEKMJ1cdfRg" + } ]; class DevCallSection extends Component { diff --git a/src/pages/Townhall/TownhallSection/TownhallSection.js b/src/pages/Townhall/TownhallSection/TownhallSection.js index 322c50a..ead6211 100644 --- a/src/pages/Townhall/TownhallSection/TownhallSection.js +++ b/src/pages/Townhall/TownhallSection/TownhallSection.js @@ -116,6 +116,13 @@ const townhallData = [ date: "2020-05-25", slides: "https://our.status.im/town-hall-58-may-25th-2020/", url: "https://youtu.be/VAvayRLS6GY" + }, + { + key: 17, + title: "Town Hall # 59 June 8, 2020", + date: "2020-06-08", + slides: "https://our.status.im/town-hall-59/", + url: "https://youtu.be/WhUneNWP4Do?list=PLbrz7IuP1hrgu-NlZEaxatGS5slTkhZ0N" } ];