mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 01:23:33 +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
|
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 = ({
|
const RecoveryMechanism = ({
|
||||||
recoveryMechanism,
|
recoveryMechanism,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user