add lbrycast to homepage
This commit is contained in:
parent
5a38c5081f
commit
2333c76667
1 changed files with 10 additions and 0 deletions
|
@ -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`,
|
||||
|
|
Loading…
Reference in a new issue