mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
commit
3d20d7efe7
Binary file not shown.
@ -60,7 +60,7 @@ const Footer = ({ opened, toggle, isLanding }: Props) => (
|
||||
<Left>
|
||||
<Copy>© {getYear(new Date())}</Copy>
|
||||
<StyledLink href="http://satoshilabs.com" isGreen>SatoshiLabs</StyledLink>
|
||||
<StyledLink href="./assets/tos.pdf" isGreen>Terms</StyledLink>
|
||||
<StyledLink href="https://trezor.io/static/pdf/tos.pdf" isGreen>Terms</StyledLink>
|
||||
<StyledLink onClick={toggle} isGreen>{ opened ? 'Hide Log' : 'Show Log' }</StyledLink>
|
||||
</Left>
|
||||
{!isLanding && (
|
||||
|
Loading…
Reference in New Issue
Block a user