Lint
This commit is contained in:
parent
3dabf0d31d
commit
a4c865f727
1 changed files with 10 additions and 2 deletions
|
@ -47,7 +47,15 @@ function HomePage(props: Props) {
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
);
|
);
|
||||||
const claimTiles = <ClaimTilesDiscover {...options} liveLivestreamsFirst livestreamMap={livestreamMap} hasSource pin={route === `/$/${PAGES.GENERAL}`}/>;
|
const claimTiles = (
|
||||||
|
<ClaimTilesDiscover
|
||||||
|
{...options}
|
||||||
|
liveLivestreamsFirst
|
||||||
|
livestreamMap={livestreamMap}
|
||||||
|
hasSource
|
||||||
|
pin={route === `/$/${PAGES.GENERAL}`}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div key={title} className="claim-grid__wrapper">
|
<div key={title} className="claim-grid__wrapper">
|
||||||
|
@ -128,7 +136,7 @@ function HomePage(props: Props) {
|
||||||
|
|
||||||
<h1 className="home__meme">
|
<h1 className="home__meme">
|
||||||
<Button button="link" href="https://odysee.com/@Odysee:8?view=discussion">
|
<Button button="link" href="https://odysee.com/@Odysee:8?view=discussion">
|
||||||
{"this is my favorite store on the citadel"}
|
{'this is my favorite store on the citadel'}
|
||||||
</Button>
|
</Button>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue