fix discover link on homepage
This commit is contained in:
parent
9dede1ee46
commit
86414855b1
1 changed files with 3 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue