Skip to content

Commit

Permalink
fix(Welcome): copy size
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 4, 2018
1 parent 7e71add commit 9101892
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ const BitcoinWelcome = props => {
</Row>
<Row>
<Cell small>
<Text size='28px' weight={300} color='brand-primary' uppercase>
<Text size='24px' weight={300} color='brand-primary' uppercase>
<FormattedMessage id='scenes.transaction.bitcoin.content.empty.bitcoinwelcome.welcome' defaultMessage='Welcome to Bitcoin' />
</Text>
<Link href='https://blockchain.info/wallet/bitcoin-faq' target='_blank' weight={300} uppercase>
<Link href='https://blockchain.info/wallet/bitcoin-faq' size='16px' target='_blank' weight={300} uppercase>
<FormattedMessage id='scenes.transaction.bitcoin.content.empty.bitcoinwelcome.learnmore' defaultMessage='Learn More' />
<Icon name='right-arrow' color='brand-secondary' />
</Link>
Expand Down

0 comments on commit 9101892

Please sign in to comment.