Add 2020-03-30 townhall

This commit is contained in:
jinhojang6 2020-03-30 22:31:33 +09:00
parent a91ede289f
commit ea7dbe8f69
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,13 @@ const townhallData = [
slides: "https://github.com/status-im/townhall-archive/blob/master/200316%20-%20Town%20Hall.pdf",
url: "https://youtu.be/kU89y-y_yiI"
},
{
key: 12,
title: "Town Hall # 54 March 30, 2020",
date: "2020-03-30",
slides: "https://github.com/status-im/townhall-archive/blob/master/200330%20-%20Town%20Hall.pdf",
url: "https://youtu.be/0TYiaZS7klY"
},
];
class TownhallSection extends Component {