fix: change position of cards

This commit is contained in:
RadoslavDimchev 2023-08-30 10:12:32 +03:00
parent 7f5cc658a2
commit cbab14e1b2

View File

@ -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,