From aba1b917d505cd2f689d73196aae88684663c41f Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 6 Aug 2020 23:09:51 -0500 Subject: [PATCH] Updated News links in feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - News links in feature --- app/javascript/gabsocial/features/news.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/gabsocial/features/news.js b/app/javascript/gabsocial/features/news.js index b7afb488..2f6404dd 100644 --- a/app/javascript/gabsocial/features/news.js +++ b/app/javascript/gabsocial/features/news.js @@ -116,14 +116,14 @@ class News extends PureComponent { const domains = items.trackedDomains domainTabs = domains.map((block) => ({ title: block.title, - to: `/explore?domain=${block.domain}`, + to: `/news?domain=${block.domain}`, onClick: () => {}, active: activeDomain === `${block.domain}`.toLowerCase(), })) domainTabs = [ { title: "Today's Top", - to: `/explore`, + to: `/news`, onClick: () => {}, active: !activeDomain, },