Merge pull request #147 from ykris45/patch-2

fix link 404 error
This commit is contained in:
netop:// ウェッブ 2018-09-24 14:46:08 -05:00 committed by GitHub
commit c2c120489a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ import Component from "choo/component";
const links = [ // TODO: Update images const links = [ // TODO: Update images
{ {
href: "https://discord.gg/YjYbwhS", href: "https://chat.lbry.io",
image: "http://static.simpledesktops.com/static/images/sd-bg.png", image: "http://static.simpledesktops.com/static/images/sd-bg.png",
title: "Join us in chat" title: "Join us in chat"
}, },
@ -40,7 +40,7 @@ const links = [ // TODO: Update images
title: "Get a job" title: "Get a job"
}, },
{ {
href: "https://lbry.io/twitter", href: "https://twitter.com/lbryio",
title: "Twitter" title: "Twitter"
} }
]; ];