diff --git a/app/src/component/rewardSummary/view.js b/app/src/component/rewardSummary/view.js index c57b7f51..e7edcefa 100644 --- a/app/src/component/rewardSummary/view.js +++ b/app/src/component/rewardSummary/view.js @@ -2,6 +2,8 @@ import React from 'react'; import { NativeModules, Text, TouchableOpacity, View } from 'react-native'; import AsyncStorage from '@react-native-community/async-storage'; import Button from 'component/button'; +import Colors from 'styles/colors'; +import Icon from 'react-native-vector-icons/FontAwesome5'; import rewardStyle from 'styles/reward'; class RewardSummary extends React.Component { @@ -58,9 +60,12 @@ class RewardSummary extends React.Component { return ( - - You have {unclaimedRewardAmount} LBC in unclaimed rewards. LBC stands for LBRY Credits which are tokens that you can use in the digital marketplace. You have {this.state.actionsLeft} action{this.state.actionsLeft === 1 ? '' : 's'} left to claim your first reward. - + + + + {unclaimedRewardAmount} unclaimed credits + +