fix link 404 error

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-09-25 02:06:10 +07:00 committed by GitHub
parent eed2e05701
commit b61a4a2f2c
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
{
href: "https://discord.gg/YjYbwhS",
href: "https://chat.lbry.io",
image: "//static.simpledesktops.com/static/images/sd-bg.png",
title: "Join us in chat"
},
@ -40,7 +40,7 @@ const links = [ // TODO: Update images
title: "Get a job"
},
{
href: "https://lbry.io/twitter",
href: "https://twitter.com/lbryio",
title: "Twitter"
}
];