Skip to content

Commit

Permalink
fix(usd-pax-logo): replaced old logo with new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjBlockchain committed Sep 6, 2019
1 parent 192a05d commit 0bd7015
Show file tree
Hide file tree
Showing 7 changed files with 952 additions and 21 deletions.
8 changes: 2 additions & 6 deletions packages/blockchain-info-components/src/Images/Images.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import buySellSellEth from './img/buy-sell-sell-eth.svg'
import chartPlaceholder from './img/chart-placeholder.png'
import checkHelper from './img/check-helper.svg'
import checkmarkGreen from './img/checkmark-green.svg'
import coinDollar from './img/coin-dollar.png'
import coinDollar2 from './img/coin-dollar@2x.png'
import coinDollar3 from './img/coin-dollar@3x.png'
import coinPax from './img/coin-pax.svg'
import coinifyLanding from './img/coinify-landing.svg'
import coinifyLogo from './img/coinify-logo.svg'
import closeError from './img/close-error.svg'
Expand Down Expand Up @@ -153,9 +151,7 @@ export default {
'chart-placeholder': chartPlaceholder,
'check-helper': checkHelper,
'checkmark-green': checkmarkGreen,
'coin-dollar': coinDollar,
'coin-dollar2': coinDollar2,
'coin-dollar3': coinDollar3,
'coin-pax': coinPax,
'coinify-landing': coinifyLanding,
'coinify-logo': coinifyLogo,
'close-error': closeError,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
948 changes: 948 additions & 0 deletions packages/blockchain-info-components/src/Images/img/coin-pax.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,7 @@ class PaxWelcomeContainer extends React.PureComponent {
<WelcomeModalHeader onClose={close} />
<ModalBody>
<Container>
<BannerImage
name='coin-dollar'
srcset={{
'coin-dollar2': '2x',
'coin-dollar3': '3x'
}}
/>
<BannerImage name='coin-pax' />
<Text size='20px' weight={400}>
<FormattedMessage
id='modals.paxwelcome.intro'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,7 @@ const WelcomePax = props => {
</div>
</Column>
<Column>
<Image
width='90%'
name='coin-dollar'
srcset={{
'coin-dollar2': '2x',
'coin-dollar3': '3x'
}}
/>
<Image width='90%' name='coin-pax' />
</Column>
</Row>
<Row>
Expand Down

0 comments on commit 0bd7015

Please sign in to comment.