From d41a6e8189cf469a3fbbb37cad332fc7b9ed04c7 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 6 May 2020 00:17:28 +0900 Subject: [PATCH] Add Core Dev Call #29 --- src/pages/DevCall/DevCallSection/DevCallSection.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/DevCall/DevCallSection/DevCallSection.js b/src/pages/DevCall/DevCallSection/DevCallSection.js index 9b580c3..83a3815 100644 --- a/src/pages/DevCall/DevCallSection/DevCallSection.js +++ b/src/pages/DevCall/DevCallSection/DevCallSection.js @@ -124,6 +124,13 @@ const devCallData = [ notes: "https://notes.status.im/core-dev-call-28#", url: "https://www.youtube.com/watch?v=pvswK5dR1mc" }, + { + key: 29, + title: "Status Core Dev Call #29 - May 4, 2020", + date: "2020-05-04", + notes: "https://notes.status.im/core-dev-call-29-notes", + url: "https://youtu.be/g4N_2AFVj9c" + }, ]; class DevCallSection extends Component {