mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat: add number of word in rec phrase
This commit is contained in:
parent
6b08f7ec85
commit
658968e58f
@ -65,7 +65,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
|
||||
>
|
||||
{generatedMnemonic.map((word, index) => (
|
||||
<Text key={index} size={19} weight={'semibold'}>
|
||||
{word}
|
||||
{index + 1}. {word}
|
||||
</Text>
|
||||
))}
|
||||
</XStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user