mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 04:45:11 +00:00
Added link to phone FAQ
This commit is contained in:
parent
ce8e00a3d3
commit
f517455bcb
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ class UserVerify extends React.PureComponent {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<div className="meta">{__('Standard messaging rates apply.')} </div>
|
<div className="meta">
|
||||||
|
{__('Standard messaging rates apply. Having trouble?')}{' '}
|
||||||
|
<Link href="https://lbry.io/faq/phone" label={__('Learn more.')} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section className="card card--form">
|
<section className="card card--form">
|
||||||
|
|
Loading…
Add table
Reference in a new issue