Update core dev meeting and townhall

This commit is contained in:
jinhojang6 2020-10-13 00:03:01 +09:00
parent 5fee5ee34b
commit 9470b9c831
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
2 changed files with 35 additions and 0 deletions

View File

@ -166,6 +166,27 @@ const devCallData = [
notes: "https://notes.status.im/core-dev-call_34",
url: "https://youtu.be/j6pmv3-q9YQ"
},
{
key: 35,
title: "Status Core Dev Call #35 - Sep 07, 2020",
date: "2020-09-07",
notes: "https://notes.status.im/core-dev-call_35",
url: "https://youtu.be/OFYyVP8SHyY"
},
{
key: 36,
title: "Status Core Dev Call #36 - Sep 21, 2020",
date: "2020-09-21",
notes: "https://notes.status.im/core-dev-call_36",
url: "https://youtu.be/iAcYfC65iFc"
},
{
key: 37,
title: "Status Core Dev Call #37 - Oct 5, 2020",
date: "2020-10-05",
notes: "https://notes.status.im/core-dev-call_37",
url: "https://youtu.be/YvfNn3_yS8o"
},
];
class DevCallSection extends Component {

View File

@ -166,6 +166,20 @@ const townhallData = [
slides: "https://our.status.im/town-hall-65/",
url: "https://youtu.be/Bvr5VcB8sXA"
},
{
key: 24,
title: "Town Hall # 67 September 28, 2020",
date: "2020-09-28",
slides: "https://our.status.im/town-hall-67/",
url: "https://youtu.be/mzOyYtfXkb0"
},
{
key: 25,
title: "Town Hall # 66 October 12, 2020",
date: "2020-10-12",
slides: "https://our.status.im/town-hall-66/",
url: "https://youtu.be/QQ4eN1fb2WY"
},
];
class TownhallSection extends Component {