From 23ad578b5b0787a3970f02fb015ef6f76d0e862d Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 30 Jun 2020 01:05:32 +0900 Subject: [PATCH] Update Dev call and Townhall --- src/pages/DevCall/DevCallSection/DevCallSection.js | 9 ++++++++- src/pages/Townhall/TownhallSection/TownhallSection.js | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/pages/DevCall/DevCallSection/DevCallSection.js b/src/pages/DevCall/DevCallSection/DevCallSection.js index 7968c42..67634c7 100644 --- a/src/pages/DevCall/DevCallSection/DevCallSection.js +++ b/src/pages/DevCall/DevCallSection/DevCallSection.js @@ -151,7 +151,14 @@ const devCallData = [ date: "2020-06-15", notes: "https://notes.status.im/core-dev-call_32#", url: "https://youtu.be/EVUWyO7IzhM" - } + }, + { + key: 33, + title: "Status Core Dev Call #33 - June 29, 2020", + date: "2020-06-29", + notes: "https://notes.status.im/core-dev-call_33", + url: "https://youtu.be/czW_lvr6h7c" + }, ]; class DevCallSection extends Component { diff --git a/src/pages/Townhall/TownhallSection/TownhallSection.js b/src/pages/Townhall/TownhallSection/TownhallSection.js index ead6211..e89f0d6 100644 --- a/src/pages/Townhall/TownhallSection/TownhallSection.js +++ b/src/pages/Townhall/TownhallSection/TownhallSection.js @@ -123,6 +123,13 @@ const townhallData = [ date: "2020-06-08", slides: "https://our.status.im/town-hall-59/", url: "https://youtu.be/WhUneNWP4Do?list=PLbrz7IuP1hrgu-NlZEaxatGS5slTkhZ0N" + }, + { + key: 18, + title: "Town Hall # 60 June 22, 2020", + date: "2020-06-22", + slides: "https://our.status.im/town-hall-60/", + url: "https://youtu.be/-bcUQTfNMlk" } ];