btc: fix warning link style

This commit is contained in:
ixv 2021-05-27 14:52:56 -07:00
parent af48680bbd
commit e4e14c3457

View File

@ -56,9 +56,10 @@ export default class Warning extends Component {
Always ensure that the checksum of the wallet matches that of the wallet's repo.
</Text>
<br/>
<Anchor color="white" fontWeight="bold" fontSize={1} style={{textDecoration: 'underline'}}
href="https://urbit.org/bitcoin-wallet" target="_blank">
Learn more on urbit.org
<Anchor href="https://urbit.org/bitcoin-wallet" target="_blank">
<Text color="white" fontWeight="bold" fontSize={1} style={{textDecoration:'underline'}}>
Learn more on urbit.org
</Text>
</Anchor>
</Col>
<Button children="I Understand"