add lbrycast to homepage

This commit is contained in:
Sean Yesmunt 2020-02-06 15:11:00 -05:00
parent 5a38c5081f
commit 2333c76667

View file

@ -177,6 +177,16 @@ function HomePage(props: Props) {
});
}
rowData.push({
title: 'Latest From @lbrycast',
link: `/@lbrycast:4`,
options: {
orderBy: ['release_time'],
pageSize: 4,
channelIds: ['4c29f8b013adea4d5cca1861fb2161d5089613ea'],
},
});
rowData.push({
title: 'Latest From @lbry',
link: `/@lbry:3f`,