Skip to content

Commit

Permalink
feat(SFOX): add image
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed May 29, 2018
1 parent c22b986 commit cdfc1ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/blockchain-info-components/src/Images/Images.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import halfBitcoincash from './img/half-bitcoincash.svg'
import halfEther from './img/half-ether.svg'
import landingPageBannerOverlay from './img/landing-page-banner-overlay.jpg'
import landingPageBannerSmOverlay from './img/landing-page-banner-sm-overlay.jpg'
import microDepositsWhole from './img/micro-deposits-whole.svg'
import printer from './img/printer.svg'
import qrCode from './img/qr-code.png'
import rocket from './img/rocket.gif'
Expand Down Expand Up @@ -61,6 +62,7 @@ export default {
'half-ether': halfEther,
'landing-page-banner-overlay': landingPageBannerOverlay,
'landing-page-banner-sm-overlay': landingPageBannerSmOverlay,
'micro-deposits-whole': microDepositsWhole,
'printer': printer,
'qr-code': qrCode,
'rocket': rocket,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const AwaitingDeposits = ({ showModal }) => {
<Text size='30px' weight={600}>
<FormattedMessage id='awaiting_deposits.title' defaultMessage='Verify Your Bank Account' />
</Text>
<Image />
<Image name='micro-deposits-whole' width='100%' />
<Text size='13px' weight={300}>
<FormattedMessage id='awaiting_deposits.body' defaultMessage='To verify your bank details, SFOX will send two micro-deposits to your bank account for a few cents each. Once received, select Enter Deposit Details to finish setting up your account.' />
</Text>
Expand Down

0 comments on commit cdfc1ca

Please sign in to comment.