mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
Merge pull request #4947 from urbit/ixv/btc-warning-style
btc: fix warning link style
This commit is contained in:
commit
c81bdda122
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user