diff --git a/src/components/modals/Send/steps/03-step-verification.js b/src/components/modals/Send/steps/03-step-verification.js index 32283a9b..00a1c8e5 100644 --- a/src/components/modals/Send/steps/03-step-verification.js +++ b/src/components/modals/Send/steps/03-step-verification.js @@ -9,6 +9,7 @@ import TrackPage from 'analytics/TrackPage' import Box from 'components/base/Box' import WarnBox from 'components/WarnBox' import DeviceConfirm from 'components/DeviceConfirm' +import { i } from 'helpers/staticPath' import type { StepProps } from '../index' @@ -17,6 +18,12 @@ const Info = styled(Box).attrs({ ff: 'Open Sans|SemiBold', color: 'dark', mt: 6, text-align: center; ` +const NanoXConfirm = () => ( + + nano x verification + +) + export default class StepVerification extends PureComponent> { componentDidMount() { this.signTransaction() @@ -30,13 +37,13 @@ export default class StepVerification extends PureComponent> { } render() { - const { t } = this.props + const { t, device } = this.props return ( {multiline(t('send.steps.verification.warning'))} {t('send.steps.verification.body')} - + {device && device.modelId === 'nanoX' ? : } ) } diff --git a/static/images/validation-nano-x.svg b/static/images/validation-nano-x.svg new file mode 100644 index 00000000..d75f3da0 --- /dev/null +++ b/static/images/validation-nano-x.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +