Merge pull request #1054 from ykris45/patch-5

[#1029] Added Rewards FAQ to LBRY App
This commit is contained in:
Sean Yesmunt 2018-02-28 14:48:40 -08:00 committed by GitHub
commit e0bdc56346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -9,7 +9,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [Unreleased] ## [Unreleased]
### Added ### Added
* Save app state when closing to tray ([#968](https://github.com/lbryio/lbry-app/issues/968)) * Save app state when closing to tray ([#968](https://github.com/lbryio/lbry-app/issues/968))
* * Add Rewards FAQ to LBRY app ([#1041](https://github.com/lbryio/lbry-app/pull/1041))
### Changed ### Changed
* *

View file

@ -14,6 +14,10 @@ const RewardSummary = (props: Props) => {
<section className="card"> <section className="card">
<div className="card__title-primary"> <div className="card__title-primary">
<h3>{__('Rewards')}</h3> <h3>{__('Rewards')}</h3>
<p className="help">
{__('Read our')}{' '}
<Link href="https://lbry.io/faq/rewards">{__('FAQ')}</Link>{' '}{__('to learn more about LBRY Rewards')}.
</p>
</div> </div>
<div className="card__content"> <div className="card__content">
{unclaimedRewardAmount > 0 ? ( {unclaimedRewardAmount > 0 ? (