From 86414855b19b3f306c2f46b90f61bc69f4041fb5 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 10 Mar 2020 10:54:22 -0400 Subject: [PATCH] fix discover link on homepage --- ui/page/home/view.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/page/home/view.jsx b/ui/page/home/view.jsx index d54dc5a97..89abda22f 100644 --- a/ui/page/home/view.jsx +++ b/ui/page/home/view.jsx @@ -33,6 +33,9 @@ function HomePage(props: Props) { if (!showAuthenticatedRows) { rowData.push({ title: 'Top Channels On LBRY', + link: `/$/${PAGES.DISCOVER}?claim_type=channel&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_TOP}&${CS.FRESH_KEY}=${ + CS.FRESH_ALL + }`, options: { orderBy: ['effective_amount'], claimType: ['channel'],