update Townhall

This commit is contained in:
jinhojang6 2020-02-19 23:30:15 +09:00
parent 115adc42df
commit ace10c975e
2 changed files with 11 additions and 2 deletions

View File

@ -44,7 +44,7 @@ const townhallData = [
key: 6,
title: "Town Hall End of Year: December 9, 2019",
date: "2019-12-09",
slides: "https://github.com/status-im/townhall-archive/blob/master/190912%20-%20Town%20Hall.pdf",
slides: "https://github.com/status-im/townhall-archive/blob/master/191209%20-%20Town%20Hall.pdf",
url: "https://youtu.be/_Mpc3dVNPmw?list=PLbrz7IuP1hrgu-NlZEaxatGS5slTkhZ0N"
},
{
@ -61,6 +61,13 @@ const townhallData = [
slides: "https://github.com/status-im/townhall-archive/blob/master/200203%20-%20Town%20Hall.pdf",
url: "https://youtu.be/3JW-2ESF2qo"
},
{
key: 9,
title: "Town Hall # 50 February 17, 2020 ",
date: "2020-02-17",
slides: "https://github.com/status-im/townhall-archive/blob/master/200217%20-%20Town%20Hall.pdf",
url: "https://youtu.be/rx_N6L8UQkY"
},
];
class TownhallSection extends Component {

View File

@ -27,11 +27,13 @@ Follow the steps below to share your thoughts on The Status Network with others.
\`\`\`js
# src/data/podcasts.js
# We use https://feeds-soundcloud-proxy.status.im/ as a proxy server for SoundCloud
export const podcasts = [
{
category: 'general',
name: 'Everything Status',
link: 'http://feeds.soundcloud.com/users/soundcloud:users:741837922/sounds.rss',
link: 'https://feeds-soundcloud-proxy.status.im/users/soundcloud:users:741837922/sounds.rss',
img:
'{img URL}'
},