diff --git a/src/pages/authentication/LoginPage.jsx b/src/pages/authentication/LoginPage.jsx index 85bf8f0c..4534ab06 100644 --- a/src/pages/authentication/LoginPage.jsx +++ b/src/pages/authentication/LoginPage.jsx @@ -191,21 +191,25 @@ const LoginPage = () => { {/* Footer Text */} -

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

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

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

+
+ )} + );