mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
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) {
|
if (!showAuthenticatedRows) {
|
||||||
rowData.push({
|
rowData.push({
|
||||||
title: 'Top Channels On LBRY',
|
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: {
|
options: {
|
||||||
orderBy: ['effective_amount'],
|
orderBy: ['effective_amount'],
|
||||||
claimType: ['channel'],
|
claimType: ['channel'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue