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({
|
rowData.push({
|
||||||
title: 'Latest From @lbry',
|
title: 'Latest From @lbry',
|
||||||
link: `/@lbry:3f`,
|
link: `/@lbry:3f`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue