update homepage

This commit is contained in:
Sean Yesmunt 2020-04-22 13:29:07 -04:00
parent 3d3cf619fd
commit 2504d126bd

View file

@ -118,13 +118,13 @@ function HomePage(props: Props) {
});
rowData.push({
title: '#covidcuts',
link: `/$/${PAGES.DISCOVER}?t=covidcuts&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}`,
title: '#whothinks',
link: `/$/${PAGES.DISCOVER}?t=whothinks&${CS.ORDER_BY_KEY}=${CS.ORDER_BY_NEW}`,
options: {
tags: ['covidcuts'],
tags: ['whothinks'],
orderBy: ['release_time'],
pageSize: 3,
prefixUris: ['lbry://@lbry#3f/covidcuts'],
prefixUris: ['lbry://@lbry#3f/whothinks'],
},
});