From b36df32b196a38bfbb20fd4dbec35cca07d2a172 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Tue, 2 Apr 2024 12:29:14 +0530 Subject: [PATCH] fix: design of subscription plans --- apps/OpenSign/src/pages/Login.js | 21 ++-------- apps/OpenSign/src/pages/PlanSubscriptions.js | 43 +++++--------------- 2 files changed, 15 insertions(+), 49 deletions(-) diff --git a/apps/OpenSign/src/pages/Login.js b/apps/OpenSign/src/pages/Login.js index ba1714abb..eeaa76447 100644 --- a/apps/OpenSign/src/pages/Login.js +++ b/apps/OpenSign/src/pages/Login.js @@ -1164,25 +1164,12 @@ function Login() {
{(appInfo.fbAppId || appInfo.googleClietId) && ( -
-
- +
+
+ OR -
+
)}
diff --git a/apps/OpenSign/src/pages/PlanSubscriptions.js b/apps/OpenSign/src/pages/PlanSubscriptions.js index d68a85fc6..db225563c 100644 --- a/apps/OpenSign/src/pages/PlanSubscriptions.js +++ b/apps/OpenSign/src/pages/PlanSubscriptions.js @@ -92,7 +92,7 @@ const PlanSubscriptions = () => { maxHeight: "100%" }} > -
+
{
    {plansArr.map((item) => (
  • -
    +

    {item.planName}

    @@ -133,7 +133,7 @@ const PlanSubscriptions = () => { alt="freeimg" />
    -
    +
    {item.currency && {item.currency}} {yearlyVisible @@ -143,13 +143,7 @@ const PlanSubscriptions = () => {

    {yearlyVisible ? "Billed Yearly" : "Billed Monthly"}

    -
    +
    { : item.url + details : item.url } - className="bg-[#002862] w-full mt-1 text-white py-2 rounded uppercase hover:no-underline hover:text-white cursor-pointer" + className="bg-[#002862] w-full text-white py-2 rounded uppercase hover:no-underline hover:text-white cursor-pointer" target={item.target} > {item.btnText} ) : (
-
-
- - or - -
+
+
+ or +