Update Dev call and Townhall

This commit is contained in:
jinhojang6 2020-06-30 01:05:32 +09:00
parent d01c94bae6
commit 23ad578b5b
2 changed files with 15 additions and 1 deletions

View File

@ -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 {

View File

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