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" } ];