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'],