Add Core Dev Call #29

This commit is contained in:
jinhojang6 2020-05-06 00:17:28 +09:00
parent f3700e8715
commit d41a6e8189
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 7 additions and 0 deletions

View File

@ -124,6 +124,13 @@ const devCallData = [
notes: "https://notes.status.im/core-dev-call-28#",
url: "https://www.youtube.com/watch?v=pvswK5dR1mc"
},
{
key: 29,
title: "Status Core Dev Call #29 - May 4, 2020",
date: "2020-05-04",
notes: "https://notes.status.im/core-dev-call-29-notes",
url: "https://youtu.be/g4N_2AFVj9c"
},
];
class DevCallSection extends Component {