update homepage
This commit is contained in:
parent
3d3cf619fd
commit
2504d126bd
1 changed files with 4 additions and 4 deletions
|
@ -118,13 +118,13 @@ function HomePage(props: Props) {
|
||||||
});
|
});
|
||||||
|
|
||||||
rowData.push({
|
rowData.push({
|
||||||
title: '#covidcuts',
|
title: '#whothinks',
|
||||||
link: `/$/${PAGES.DISCOVER}?t=covidcuts&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}`,
|
link: `/$/${PAGES.DISCOVER}?t=whothinks&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}`,
|
||||||
options: {
|
options: {
|
||||||
tags: ['covidcuts'],
|
tags: ['whothinks'],
|
||||||
orderBy: ['release_time'],
|
orderBy: ['release_time'],
|
||||||
pageSize: 3,
|
pageSize: 3,
|
||||||
prefixUris: ['lbry://@lbry#3f/covidcuts'],
|
prefixUris: ['lbry://@lbry#3f/whothinks'],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue