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({ 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'],
}, },
}); });