From b61a4a2f2c073722e7e8111f1f7b84b5960e58f6 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Tue, 25 Sep 2018 02:06:10 +0700 Subject: [PATCH] fix link 404 error --- app/components/feature-links.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/feature-links.js b/app/components/feature-links.js index b406f4a..d53a527 100644 --- a/app/components/feature-links.js +++ b/app/components/feature-links.js @@ -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" } ];