mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 10:15:11 +00:00
fix: account locked styling
This commit is contained in:
parent
538cf4dc46
commit
f52c4f2297
1 changed files with 22 additions and 20 deletions
|
@ -56,6 +56,7 @@ class RewardsPage extends PureComponent<Props> {
|
|||
}
|
||||
return (
|
||||
<section className="card card--section">
|
||||
<div className="card__content">
|
||||
<p>
|
||||
{__(
|
||||
'This account must undergo review before you can participate in the rewards program.'
|
||||
|
@ -69,13 +70,14 @@ class RewardsPage extends PureComponent<Props> {
|
|||
)}
|
||||
</p>
|
||||
<p>
|
||||
{`${__('If you continue to see this message, send us an email to help@lbry.com.')} ${__(
|
||||
'Please enjoy free content in the meantime!'
|
||||
)}`}
|
||||
{`${__(
|
||||
'If you continue to see this message, send us an email to help@lbry.com.'
|
||||
)} ${__('Please enjoy free content in the meantime!')}`}
|
||||
</p>
|
||||
<p>
|
||||
</div>
|
||||
<div className="card__actions">
|
||||
<Button navigate="/" button="primary" label="Return Home" />
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue