mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-07 17:13:29 +00:00
fix: change position of cards
This commit is contained in:
parent
7f5cc658a2
commit
cbab14e1b2
@ -9,7 +9,7 @@ type RecoveryMechanismProps = {
|
||||
handleRecMechanismChange: (value: string) => void
|
||||
}
|
||||
|
||||
const cards = [KEYSTORE_FILES, RECOVERY_PHRASE, BOTH_KEY_AND_RECOVERY]
|
||||
const cards = [RECOVERY_PHRASE, KEYSTORE_FILES, BOTH_KEY_AND_RECOVERY]
|
||||
|
||||
const RecoveryMechanism = ({
|
||||
recoveryMechanism,
|
||||
|
Loading…
x
Reference in New Issue
Block a user