Update the latest Townhalls and dev calls
This commit is contained in:
parent
92dc210cf9
commit
b5d06ee049
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue