From 2504d126bde1af1b736c94131b254e6d506f2236 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 22 Apr 2020 13:29:07 -0400 Subject: [PATCH] update homepage --- ui/page/home/view.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/page/home/view.jsx b/ui/page/home/view.jsx index 6b4f1021c..d5142f1f4 100644 --- a/ui/page/home/view.jsx +++ b/ui/page/home/view.jsx @@ -118,13 +118,13 @@ function HomePage(props: Props) { }); rowData.push({ - title: '#covidcuts', - link: `/$/${PAGES.DISCOVER}?t=covidcuts&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}`, + title: '#whothinks', + link: `/$/${PAGES.DISCOVER}?t=whothinks&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}`, options: { - tags: ['covidcuts'], + tags: ['whothinks'], orderBy: ['release_time'], pageSize: 3, - prefixUris: ['lbry://@lbry#3f/covidcuts'], + prefixUris: ['lbry://@lbry#3f/whothinks'], }, });