Skip to content

Commit

Permalink
feat: ZERO to MEOW copy on rewards tooltip pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 committed Oct 18, 2023
1 parent 1919ac1 commit 41d9f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rewards-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class RewardsButton extends React.Component<Properties> {
open={!this.props.isRewardsLoading && this.props.showRewardsInTooltip && this.props.isMessengerFullScreen}
align='center'
side='right'
content={`You’ve earned ${formatWeiAmount(this.props.zeroPreviousDay)} ZERO today`}
content={`You’ve earned ${formatWeiAmount(this.props.zeroPreviousDay)} MEOW today`}
onClose={this.props.closeRewardsTooltip}
>
<div className={c('')}>
Expand Down

0 comments on commit 41d9f2f

Please sign in to comment.