Skip to content

Commit

Permalink
fix(Whats New): whats new swap copy
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 10, 2019
1 parent 9597537 commit e8322ad
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ exports[`SwapBanner renders correctly with exchange link 1`] = `
<SwapBanner__Column>
<SwapBanner__LargeText>
<FormattedMessage
defaultMessage="It's Your Crypto"
id="scenes.home.swapbanner.its_your_crypto"
defaultMessage="Swap Your Crypto"
id="scenes.home.swapbanner.swap_your_crypto"
values={Object {}}
/>
</SwapBanner__LargeText>
<SwapBanner__MediumText>
<FormattedMessage
defaultMessage="Swap Your Crypto"
id="scenes.home.swapbanner.swap_your_crypto"
defaultMessage="Trading your crypto doesn't mean trading away control."
id="scenes.home.swapbanner.trading_your_crypto"
values={Object {}}
/>
</SwapBanner__MediumText>
Expand Down Expand Up @@ -50,15 +50,15 @@ exports[`SwapBanner renders correctly with getstarted button 1`] = `
<SwapBanner__Column>
<SwapBanner__LargeText>
<FormattedMessage
defaultMessage="It's Your Crypto"
id="scenes.home.swapbanner.its_your_crypto"
defaultMessage="Swap Your Crypto"
id="scenes.home.swapbanner.swap_your_crypto"
values={Object {}}
/>
</SwapBanner__LargeText>
<SwapBanner__MediumText>
<FormattedMessage
defaultMessage="Swap Your Crypto"
id="scenes.home.swapbanner.swap_your_crypto"
defaultMessage="Trading your crypto doesn't mean trading away control."
id="scenes.home.swapbanner.trading_your_crypto"
values={Object {}}
/>
</SwapBanner__MediumText>
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const DarkText = styled(Text).attrs({
display: inline;
${media.laptop`
display: ${props => (props.hideOnMobile ? 'none' : 'inline')};
`}
`};
`
const PrimaryText = styled(Text).attrs({
color: 'brand-primary',
Expand All @@ -34,16 +34,16 @@ const GetStartedButton = styled(Button).attrs({
font-weight: 500;
${media.laptop`
width: 100%;
`}
`};
`

export const ExchangeByBlockchain = ({ kycNotFinished, verifyIdentity }) => (
<Container>
<Row marginBottom='10px'>
<Text color='brand-primary' size='24px' weight={600}>
<FormattedMessage
defaultMessage="We've Improved Your Exchange"
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.improved'
defaultMessage="Trading your crypto doesn't mean trading away control."
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.trading_your_crypto'
/>
</Text>
</Row>
Expand All @@ -58,61 +58,53 @@ export const ExchangeByBlockchain = ({ kycNotFinished, verifyIdentity }) => (
<Row marginBottom='24px'>
<DarkText>
<FormattedMessage
defaultMessage='The faster, smarter way to trade your crypto.'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.introducing'
/>
</DarkText>
</Row>
<Row marginBottom='8px'>
<DarkText>
<FormattedMessage
defaultMessage='Upgrade now to enjoy the following benefits:'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.upgrade'
defaultMessage='Swap enables you to trade crypto with the best prices and quick settlement, all while maintaining full control of your funds.'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.swap_enables_trade'
/>
</DarkText>
</Row>
<Row marginBottom='8px'>
<DarkText>
<PrimaryText>
<FormattedMessage
defaultMessage='Lower cost'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.lowercost'
defaultMessage='Low fees'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.low_fees'
/>
</PrimaryText>
<DarkText hideOnMobile>{' - '}</DarkText>
<FormattedMessage
defaultMessage='Super competitive crypto exchange prices'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.lowercost_description'
defaultMessage='Great news! Get the best prices without having to leave the security of your Wallet.'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.best_prices'
/>
</DarkText>
</Row>
<Row marginBottom='8px'>
<DarkText>
<PrimaryText>
<FormattedMessage
defaultMessage='Live rates'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.liverates'
defaultMessage='Higher Limits'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higher_limits'
/>
</PrimaryText>
<DarkText hideOnMobile>{' - '}</DarkText>
<FormattedMessage
defaultMessage='You always get the most up to date price'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.liverates_Description'
defaultMessage='Like to trade big? Get access to limits of up to $25,000 per day.'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.trade_big'
/>
</DarkText>
</Row>
<Row marginBottom='32px'>
<DarkText>
<PrimaryText>
<FormattedMessage
defaultMessage='Higher limits'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higherlimits'
defaultMessage='Easy to use'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.easy_to_use'
/>
</PrimaryText>
<DarkText hideOnMobile>{' - '}</DarkText>
<FormattedMessage
defaultMessage='Limits from $1,000-$25,000'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higherlimits_description'
defaultMessage='Get started in just a few steps.'
id='layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.get_started'
/>
</DarkText>
</Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
weight={600}
>
<FormattedMessage
defaultMessage="We've Improved Your Exchange"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.improved"
defaultMessage="Trading your crypto doesn't mean trading away control."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.trading_your_crypto"
values={Object {}}
/>
</text>
Expand All @@ -35,19 +35,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
>
<ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="The faster, smarter way to trade your crypto."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.introducing"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
</WhatsNew__Row>
<WhatsNew__Row
marginBottom="8px"
>
<ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="Upgrade now to enjoy the following benefits:"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.upgrade"
defaultMessage="Swap enables you to trade crypto with the best prices and quick settlement, all while maintaining full control of your funds."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.swap_enables_trade"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand All @@ -58,8 +47,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
<ExchangeByBlockchain__DarkText>
<ExchangeByBlockchain__PrimaryText>
<FormattedMessage
defaultMessage="Lower cost"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.lowercost"
defaultMessage="Low fees"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.low_fees"
values={Object {}}
/>
</ExchangeByBlockchain__PrimaryText>
Expand All @@ -69,8 +58,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
-
</ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="Super competitive crypto exchange prices"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.lowercost_description"
defaultMessage="Great news! Get the best prices without having to leave the security of your Wallet."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.best_prices"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand All @@ -81,8 +70,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
<ExchangeByBlockchain__DarkText>
<ExchangeByBlockchain__PrimaryText>
<FormattedMessage
defaultMessage="Live rates"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.liverates"
defaultMessage="Higher Limits"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higher_limits"
values={Object {}}
/>
</ExchangeByBlockchain__PrimaryText>
Expand All @@ -92,8 +81,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
-
</ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="You always get the most up to date price"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.liverates_Description"
defaultMessage="Like to trade big? Get access to limits of up to $25,000 per day."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.trade_big"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand All @@ -104,8 +93,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
<ExchangeByBlockchain__DarkText>
<ExchangeByBlockchain__PrimaryText>
<FormattedMessage
defaultMessage="Higher limits"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higherlimits"
defaultMessage="Easy to use"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.easy_to_use"
values={Object {}}
/>
</ExchangeByBlockchain__PrimaryText>
Expand All @@ -115,8 +104,8 @@ exports[`ExchangeByBlockchain renders correctly with button 1`] = `
-
</ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="Limits from $1,000-$25,000"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higherlimits_description"
defaultMessage="Get started in just a few steps."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.get_started"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand Down Expand Up @@ -144,8 +133,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
weight={600}
>
<FormattedMessage
defaultMessage="We've Improved Your Exchange"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.improved"
defaultMessage="Trading your crypto doesn't mean trading away control."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.trading_your_crypto"
values={Object {}}
/>
</text>
Expand All @@ -168,19 +157,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
>
<ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="The faster, smarter way to trade your crypto."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.introducing"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
</WhatsNew__Row>
<WhatsNew__Row
marginBottom="8px"
>
<ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="Upgrade now to enjoy the following benefits:"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.upgrade"
defaultMessage="Swap enables you to trade crypto with the best prices and quick settlement, all while maintaining full control of your funds."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.swap_enables_trade"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand All @@ -191,8 +169,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
<ExchangeByBlockchain__DarkText>
<ExchangeByBlockchain__PrimaryText>
<FormattedMessage
defaultMessage="Lower cost"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.lowercost"
defaultMessage="Low fees"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.low_fees"
values={Object {}}
/>
</ExchangeByBlockchain__PrimaryText>
Expand All @@ -202,8 +180,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
-
</ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="Super competitive crypto exchange prices"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.lowercost_description"
defaultMessage="Great news! Get the best prices without having to leave the security of your Wallet."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.best_prices"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand All @@ -214,8 +192,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
<ExchangeByBlockchain__DarkText>
<ExchangeByBlockchain__PrimaryText>
<FormattedMessage
defaultMessage="Live rates"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.liverates"
defaultMessage="Higher Limits"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higher_limits"
values={Object {}}
/>
</ExchangeByBlockchain__PrimaryText>
Expand All @@ -225,8 +203,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
-
</ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="You always get the most up to date price"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.liverates_Description"
defaultMessage="Like to trade big? Get access to limits of up to $25,000 per day."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.trade_big"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand All @@ -237,8 +215,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
<ExchangeByBlockchain__DarkText>
<ExchangeByBlockchain__PrimaryText>
<FormattedMessage
defaultMessage="Higher limits"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higherlimits"
defaultMessage="Easy to use"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.easy_to_use"
values={Object {}}
/>
</ExchangeByBlockchain__PrimaryText>
Expand All @@ -248,8 +226,8 @@ exports[`ExchangeByBlockchain renders correctly with exchange link 1`] = `
-
</ExchangeByBlockchain__DarkText>
<FormattedMessage
defaultMessage="Limits from $1,000-$25,000"
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.higherlimits_description"
defaultMessage="Get started in just a few steps."
id="layouts.wallet.trayright.whatsnew.whatsnewcontent.exchangebyblockchain.get_started"
values={Object {}}
/>
</ExchangeByBlockchain__DarkText>
Expand Down

0 comments on commit e8322ad

Please sign in to comment.