fix links on channel discovery page
This commit is contained in:
parent
66eb94891a
commit
f7ab185bfe
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,9 @@ function ChannelsFollowingDiscover(props: Props) {
|
||||||
|
|
||||||
rowData.push({
|
rowData.push({
|
||||||
title: 'Top Channels Of All Time',
|
title: 'Top Channels Of All Time',
|
||||||
|
link: `/$/${PAGES.DISCOVER}?claim_type=channel&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_TOP}&${CS.FRESH_KEY}=${
|
||||||
|
CS.FRESH_ALL
|
||||||
|
}`,
|
||||||
options: {
|
options: {
|
||||||
pageSize: 12,
|
pageSize: 12,
|
||||||
claimType: 'channel',
|
claimType: 'channel',
|
||||||
|
@ -51,6 +54,7 @@ function ChannelsFollowingDiscover(props: Props) {
|
||||||
|
|
||||||
rowData.push({
|
rowData.push({
|
||||||
title: 'Trending Channels',
|
title: 'Trending Channels',
|
||||||
|
link: `/$/${PAGES.DISCOVER}?claim_type=channel`,
|
||||||
options: {
|
options: {
|
||||||
pageSize: 8,
|
pageSize: 8,
|
||||||
claimType: 'channel',
|
claimType: 'channel',
|
||||||
|
|
Loading…
Reference in a new issue