1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-05 04:41:25 +00:00

Merge branch 'master' into feature/footer-translators

This commit is contained in:
slowbackspace 2019-03-05 18:17:37 +01:00
commit 5c3e2e4538
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ const Footer = ({ opened, toggle, isLanding }: Props) => {
<StyledLink href="http://satoshilabs.com" isGreen>
SatoshiLabs
</StyledLink>
<StyledLink href="https://trezor.io/static/pdf/tos.pdf" isGreen>
<StyledLink href="https://trezor.io/tos" isGreen>
<FormattedMessage {...l10nMessages.TR_TERMS} />
</StyledLink>
<StyledLink onClick={toggle} isGreen>

View File

@ -60,7 +60,7 @@ const NemWallet = (props: Props) => (
</H4>
<Img src={NemImage} />
<Link href={coins.find(i => i.id === 'xem').url}>
<StyledButton>
<StyledButton onClick={props.onCancel}>
<FormattedMessage {...l10nMessages.TR_GO_TO_NEM_DOT_IO} />
</StyledButton>
</Link>

View File

@ -62,7 +62,7 @@ const StellarWallet = (props: Props) => (
</P>
<Link href={coins.find(i => i.id === 'xlm').url}>
<StyledButton>
<StyledButton onClick={props.onCancel}>
<FormattedMessage {...l10nCommonMessages.TR_GO_TO_EXTERNAL_WALLET} />
</StyledButton>
</Link>