Update the latest Townhalls and dev calls

This commit is contained in:
jinhojang6 2020-06-16 00:50:31 +09:00
parent 92dc210cf9
commit b5d06ee049
2 changed files with 14 additions and 0 deletions

View File

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

View File

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