add back jeremys footer changes

This commit is contained in:
Sean Yesmunt 2020-05-13 11:55:49 -04:00
parent 59d539b362
commit a6bf056977

View file

@ -4,7 +4,7 @@ import Button from 'component/button';
const sections = [ const sections = [
{ {
name: 'Talk To Us', name: 'Community',
links: [ links: [
{ {
label: 'Twitter', label: 'Twitter',
@ -15,8 +15,8 @@ const sections = [
link: 'https://reddit.com/lbry', link: 'https://reddit.com/lbry',
}, },
{ {
label: 'Discord', label: 'Chat (Discord)',
link: 'https://chat.lbry.com/', link: 'https://chat.lbry.org/',
}, },
{ {
label: 'Telegram', label: 'Telegram',
@ -29,36 +29,44 @@ const sections = [
], ],
}, },
{ {
name: 'Learn More', name: 'Resources',
links: [ links: [
{ {
label: 'FAQ', label: 'FAQ',
link: 'https://lbry.com/faq', link: 'https://lbry.com/faq',
}, },
{
label: 'Support',
link: 'https://lbry.com/faq/support',
},
{
label: 'YouTube Partner Program',
link: 'https://lbry.com/youtube',
},
{
label: 'lbry.com',
link: 'https://lbry.com',
},
{ {
label: 'lbry.tech', label: 'lbry.tech',
link: 'https://lbry.tech', link: 'https://lbry.tech',
}, },
{ {
label: 'Github', label: 'GitHub',
link: 'https://github.com/lbryio/lbry-desktop', link: 'https://github.com/lbryio',
}, },
], ],
}, },
{ {
name: 'Other', name: 'Policies',
links: [ links: [
{
label: 'Support',
link: 'https://lbry.com/faq/support',
},
{ {
label: 'Terms of Service', label: 'Terms of Service',
link: 'https://www.lbry.com/termsofservice', link: 'https://www.lbry.com/termsofservice',
}, },
{ {
label: '2257', label: 'Privacy Policy',
link: '', link: 'https://lbry.com/privacypolicy',
}, },
], ],
}, },