diff --git a/.changelog/1916.trivial.md b/.changelog/1916.trivial.md new file mode 100644 index 0000000000..73f7bfd1e9 --- /dev/null +++ b/.changelog/1916.trivial.md @@ -0,0 +1 @@ +Move "Delete profile" button next to "Lock profile" at the bottom diff --git a/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx b/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx index d4a412c4ce..f3bc1b324b 100644 --- a/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx +++ b/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx @@ -66,7 +66,7 @@ export const UpdatePassword = () => { value={value} > - + placeholder={t('toolbar.profile.password.current', 'Current password')} @@ -85,7 +85,7 @@ export const UpdatePassword = () => { password1Placeholder={t('toolbar.profile.password.enterNewPassword', 'New password')} password2Placeholder={t('toolbar.profile.password.reenterNewPassword', 'Re-enter new password')} /> - + -
- - Deletion - -
- -
+
+