fix discover link on homepage

This commit is contained in:
Sean Yesmunt 2020-03-10 10:54:22 -04:00
parent 9dede1ee46
commit 86414855b1

View file

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