Update 2020-05-11 Townhall

This commit is contained in:
jinhojang6 2020-05-12 23:31:47 +09:00
parent 8732e27398
commit 2ec2924d61
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,13 @@ const townhallData = [
slides: "https://our.status.im/town-hall-56-april-27th-2020/",
url: "https://youtu.be/cTPGfgHbL0w"
},
{
key: 15,
title: "Town Hall # 57 May 11, 2020",
date: "2020-05-11",
slides: "https://our.status.im/town-hall-57-may-11th-2020/",
url: "https://youtu.be/sUUh7EUnVoE"
},
];
class TownhallSection extends Component {