remove youtube sync
This commit is contained in:
parent
0ab89ebe52
commit
de922445a6
1 changed files with 1 additions and 31 deletions
|
@ -92,37 +92,7 @@ class UserVerify extends React.PureComponent {
|
||||||
</section>
|
</section>
|
||||||
<section className="card card--form">
|
<section className="card card--form">
|
||||||
<div className="card__title-primary">
|
<div className="card__title-primary">
|
||||||
<h3>{__('3) Proof via YouTube')}</h3>
|
<h3>{__('3) Proof via Chat')}</h3>
|
||||||
</div>
|
|
||||||
<div className="card__content">
|
|
||||||
<p>
|
|
||||||
{__(
|
|
||||||
'If you have a YouTube account with subscribers and views, you can sync your account and content to be granted instant verification.'
|
|
||||||
)}
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
{__('Some account minimums apply.')}{' '}
|
|
||||||
<Link href="https://lbry.io/faq/youtube" label={__('Read more.')} />
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div className="card__actions">
|
|
||||||
<Link
|
|
||||||
href="https://api.lbry.io/yt/connect?type=verify"
|
|
||||||
button="alt"
|
|
||||||
icon="icon-youtube"
|
|
||||||
label={__('YouTube Account Sync')}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div className="card__content">
|
|
||||||
<div className="meta">
|
|
||||||
This will not automatically refresh after approval. Once you have synced your account,
|
|
||||||
just navigate away or click <Link navigate="/rewards" label="here" />.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section className="card card--form">
|
|
||||||
<div className="card__title-primary">
|
|
||||||
<h3>{__('4) Proof via Chat')}</h3>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue