Add restore warning

This commit is contained in:
Tony Giorgio
2023-07-14 15:36:24 -05:00
committed by benthecarman
parent 915b253db9
commit 1de14268b3

View File

@@ -240,9 +240,14 @@ export default function RestorePage() {
<LargeHeader>Restore</LargeHeader>
<VStack>
<NiceP>
You can restore an existing Mutiny Wallet from your 12
word seed phrase. This will replace your existing
wallet, so make sure you know what you're doing!
<p>
You can restore an existing Mutiny Wallet from your 12
word seed phrase. This will replace your existing
wallet, so make sure you know what you're doing!
</p>
<p>
Do not use on multiple browsers at the same time.
</p>
</NiceP>
<TwelveWordsEntry />
</VStack>