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