Merge pull request #4947 from urbit/ixv/btc-warning-style

btc: fix warning link style
This commit is contained in:
matildepark 2021-05-27 17:55:39 -04:00 committed by GitHub
commit c81bdda122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"