mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +00:00
fix link to tos file
This commit is contained in:
parent
eb2eb2af64
commit
65d4b362b1
@ -55,7 +55,7 @@ const Footer = ({ opened, toggle, isLanding }: Props) => (
|
||||
<Left>
|
||||
<Copy title={COMMITHASH}>© {getYear(new Date())}</Copy>
|
||||
<StyledLink href="http://satoshilabs.com" isGreen>SatoshiLabs</StyledLink>
|
||||
<StyledLink href="/assets/tos.pdf" isGreen>Terms</StyledLink>
|
||||
<StyledLink href="./assets/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