diff --git a/ui/components/Keyring/KeyringSetPassword.tsx b/ui/components/Keyring/KeyringSetPassword.tsx index 103825ed0f..8c81d5b6ce 100644 --- a/ui/components/Keyring/KeyringSetPassword.tsx +++ b/ui/components/Keyring/KeyringSetPassword.tsx @@ -5,6 +5,7 @@ import { useBackgroundDispatch, useAreKeyringsUnlocked } from "../../hooks" import SharedButton from "../Shared/SharedButton" import SharedInput from "../Shared/SharedInput" import titleStyle from "../Onboarding/titleStyle" +import SharedBackButton from "../Shared/SharedBackButton" export default function KeyringSetPassword(): ReactElement { const [password, setPassword] = useState("") @@ -51,8 +52,11 @@ export default function KeyringSetPassword(): ReactElement { } return ( -
-
+
+
+ +
+

First, let's secure your wallet

You will NOT be able to change this password for now. @@ -96,6 +100,20 @@ export default function KeyringSetPassword(): ReactElement {