// @flow import { SITE_NAME } from 'config'; import * as PAGES from 'constants/pages'; import React from 'react'; import CreditAmount from 'component/common/credit-amount'; import Button from 'component/button'; import Card from 'component/common/card'; import I18nMessage from 'component/i18nMessage'; type Props = { balance: number, totalRewardValue: number, title?: string, }; function RewardAuthIntro(props: Props) { const { totalRewardValue, title } = props; const totalRewardRounded = Math.floor(totalRewardValue / 10) * 10; return ( , site_name: SITE_NAME, }} > A %site_name% account allows you to earn more than %credit_amount% in rewards, backup your data, and get content and security updates. } actions={