add 2020-03-16 townhall

This commit is contained in:
jinhojang6 2020-03-18 00:36:37 +09:00
parent 9ffa46dfeb
commit 0c3330c05d
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,13 @@ const townhallData = [
slides: "https://github.com/status-im/townhall-archive/blob/master/200302%20-%20Town%20Hall.pdf",
url: "https://youtu.be/tj3T1GBrb4g"
},
{
key: 11,
title: "Town Hall # 53 March 16, 2020",
date: "2020-03-16",
slides: "https://github.com/status-im/townhall-archive/blob/master/200316%20-%20Town%20Hall.pdf",
url: "https://youtu.be/kU89y-y_yiI"
},
];
class TownhallSection extends Component {