diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 63f48791..a2b46a39 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -180,21 +180,25 @@ const LoginPage = () => { {/* Footer Text */} -

- New on our platform? - {IsLoginWithOTP ? ( + {!IsLoginWithOTP ? ( +

+ New on our platform? + + Request a Demo + +

+ ) : ( +
- ) : ( - - Request a Demo - - )} -

+
+ )} + );