mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
REF
This commit is contained in:
parent
abdb750aff
commit
e6b33eb085
2 changed files with 1 additions and 2 deletions
|
@ -124,7 +124,7 @@ export class LightningButton extends Component {
|
|||
<View style={{ paddingTop: 30 }}>
|
||||
<Icon name="bolt" size={32} type="font-awesome" color={(this.props.active && BlueApp.settings.foregroundColor) || '#d2d2d2'} />
|
||||
<Text style={{ textAlign: 'center', color: (this.props.active && BlueApp.settings.foregroundColor) || '#d2d2d2' }}>
|
||||
{loc.wallets.add.lightning} (beta)
|
||||
{loc.wallets.add.lightning}
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
|
|
|
@ -48,7 +48,6 @@ export default class About extends Component {
|
|||
<BlueTextCentered h4>BlueWallet is a free and open source Bitcoin wallet. Licensed MIT.</BlueTextCentered>
|
||||
<BlueSpacing20 />
|
||||
|
||||
<BlueTextCentered h4>Still in beta, don't use to store large amounts!</BlueTextCentered>
|
||||
<BlueTextCentered h4>Always backup your keys</BlueTextCentered>
|
||||
<BlueSpacing20 />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue