diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6a26cfe..fb6f68162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added * 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 * diff --git a/src/renderer/component/rewardSummary/view.jsx b/src/renderer/component/rewardSummary/view.jsx index 766586c27..36507d535 100644 --- a/src/renderer/component/rewardSummary/view.jsx +++ b/src/renderer/component/rewardSummary/view.jsx @@ -14,6 +14,10 @@ const RewardSummary = (props: Props) => {

{__('Rewards')}

+

+ {__('Read our')}{' '} + {__('FAQ')}{' '}{__('to learn more about LBRY Rewards')}. +

{unclaimedRewardAmount > 0 ? (