Merge branch 'release/v1.1.0' into 417-inputs-label

This commit is contained in:
Gala
2022-11-02 14:26:03 +01:00
2 changed files with 12 additions and 2 deletions
@@ -34,7 +34,12 @@ export const MultiAccountHowTo = ({ show, handleClose }: { show: boolean; handle
<Typography>{`${step}`}</Typography>
</Stack>
))}
<Link href="todo" target="_blank" text="Open Nym docs for this guide in a browser window" fontWeight={600} />
<Link
href="https://nymtech.net/docs/stable/wallet/#importing-or-creating-accounts-when-you-have-signed-in-with-mnemonic"
target="_blank"
text="Open Nym docs for this guide in a browser window"
fontWeight={600}
/>
</Stack>
</SimpleModal>
);
@@ -38,7 +38,12 @@ export const MultiAccountWithPwdHowTo = ({ show, handleClose }: { show: boolean;
<Typography>{`${step}`}</Typography>
</Stack>
))}
<Link href="todo" target="_blank" text="Open Nym docs for this guide in a browser window" fontWeight={600} />
<Link
href="https://nymtech.net/docs/stable/wallet#importing-or-creating-accounts-when-you-have-signed-in-with-mnemonic-but-a-password-already-exists-on-your-machine"
target="_blank"
text="Open Nym docs for this guide in a browser window"
fontWeight={600}
/>
</Stack>
</SimpleModal>
);