From 894ed6ea35f158f1e6d4c119648652bc2a8e2f8e Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 22 Jul 2025 20:01:11 +0100 Subject: [PATCH 1/2] hid text on success --- src/component/auth/Forgetpwd2.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/auth/Forgetpwd2.jsx b/src/component/auth/Forgetpwd2.jsx index 0dee603..ab5f8bf 100644 --- a/src/component/auth/Forgetpwd2.jsx +++ b/src/component/auth/Forgetpwd2.jsx @@ -51,7 +51,7 @@ export default function Forgetpwd2() {

MERMS Panel

-

Please enter your username.

+ {!mutation.isSuccess &&

Please enter your username.

} Date: Tue, 22 Jul 2025 20:03:27 +0100 Subject: [PATCH 2/2] menu dropdown fix --- src/css/partials/_header.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/css/partials/_header.scss b/src/css/partials/_header.scss index 03ca728..ba37cbd 100644 --- a/src/css/partials/_header.scss +++ b/src/css/partials/_header.scss @@ -588,11 +588,11 @@ left: 0px; } } - // .show{ - // margin-top: 0!important; - // visibility: visible!important; - // opacity: 1!important; - // } + .show{ + margin-top: 0!important; + visibility: visible!important; + opacity: 1!important; + } // .show + .dropdown-menu{ // margin-top: 0; // visibility: visible;