Update view.jsx
*Promised
This commit is contained in:
parent
e9700f24af
commit
eb3e2848de
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const YoutubeWelcome = (props: Props) => {
|
||||||
<Modal isOpen type="card" onAborted={doHideModal}>
|
<Modal isOpen type="card" onAborted={doHideModal}>
|
||||||
<Confetti recycle={false} style={{ position: 'fixed' }} numberOfPieces={100} />
|
<Confetti recycle={false} style={{ position: 'fixed' }} numberOfPieces={100} />
|
||||||
<Card
|
<Card
|
||||||
title={__('Welcome To The Promise Land')}
|
title={__('Welcome To The Promised Land')}
|
||||||
subtitle={__(
|
subtitle={__(
|
||||||
'Looks like you are coming from YouTube, some funny pun or something that introduces them to LBRY.'
|
'Looks like you are coming from YouTube, some funny pun or something that introduces them to LBRY.'
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue