From e833dbfbca9f0e3cee079de158f2804bc0d940a2 Mon Sep 17 00:00:00 2001 From: Vardan Hakobyan Date: Wed, 10 Nov 2021 20:06:31 +0400 Subject: [PATCH] Fix/email changed text (#728) * fix: correct styling for "Email successfully changed" dialog texts * fix: correct top styling for title --- .../panes/account/changeEmail/ChangeEmailSuccess.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/preferences/panes/account/changeEmail/ChangeEmailSuccess.tsx b/app/assets/javascripts/preferences/panes/account/changeEmail/ChangeEmailSuccess.tsx index ff5058ff0..ac96e53c7 100644 --- a/app/assets/javascripts/preferences/panes/account/changeEmail/ChangeEmailSuccess.tsx +++ b/app/assets/javascripts/preferences/panes/account/changeEmail/ChangeEmailSuccess.tsx @@ -2,11 +2,11 @@ import { FunctionalComponent } from 'preact'; export const ChangeEmailSuccess: FunctionalComponent = () => { return ( - <> -
Your email has been successfully changed.
+
+
Your email has been successfully changed.

Please ensure you are running the latest version of Standard Notes on all platforms to ensure maximum compatibility.

- +
); };