Add 61st townhall

This commit is contained in:
jinhojang6 2020-07-08 02:05:06 +09:00
parent 23ad578b5b
commit 8528c86839
1 changed files with 8 additions and 1 deletions

View File

@ -130,7 +130,14 @@ const townhallData = [
date: "2020-06-22",
slides: "https://our.status.im/town-hall-60/",
url: "https://youtu.be/-bcUQTfNMlk"
}
},
{
key: 19,
title: "Town Hall # 61 July 6, 2020",
date: "2020-07-06",
slides: "https://our.status.im/town-hall-61-july-22-2020/",
url: "https://youtu.be/5SBUNr_UWRM"
},
];
class TownhallSection extends Component {