Small frontend update
This commit is contained in:
@@ -65,7 +65,7 @@ const WALLET_OPTIONS = [
|
|||||||
{
|
{
|
||||||
id: 'monero',
|
id: 'monero',
|
||||||
name: 'Monero',
|
name: 'Monero',
|
||||||
emoji: 'ɱ',
|
emoji: 'M',
|
||||||
placeholder: 'Your XMR address',
|
placeholder: 'Your XMR address',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
comingSoon: true
|
comingSoon: true
|
||||||
@@ -124,7 +124,7 @@ export default function StorefrontPage() {
|
|||||||
},
|
},
|
||||||
enabledWallets: {
|
enabledWallets: {
|
||||||
bitcoin: data.enabledWallets?.bitcoin || false,
|
bitcoin: data.enabledWallets?.bitcoin || false,
|
||||||
litecoin: data.enabledWallets?.litecoin || false,
|
litecoin: data.enabledWallets?.litecoin || true,
|
||||||
monero: data.enabledWallets?.monero || false
|
monero: data.enabledWallets?.monero || false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user