Add 61st townhall
This commit is contained in:
parent
23ad578b5b
commit
8528c86839
|
@ -130,7 +130,14 @@ const townhallData = [
|
||||||
date: "2020-06-22",
|
date: "2020-06-22",
|
||||||
slides: "https://our.status.im/town-hall-60/",
|
slides: "https://our.status.im/town-hall-60/",
|
||||||
url: "https://youtu.be/-bcUQTfNMlk"
|
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 {
|
class TownhallSection extends Component {
|
||||||
|
|
Loading…
Reference in New Issue