diff --git a/pages/login.tsx b/pages/login.tsx index afb64f1..3de38d8 100644 --- a/pages/login.tsx +++ b/pages/login.tsx @@ -53,7 +53,7 @@ export default function Login() { alt="Linkwarden" className="h-12 w-fit mx-auto mt-10" /> -
+
Sign in to your account
- {process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE - ? `Start using our premium services with a ${ - process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14 - }-day free trial!` - : "Create a new account"} -
-+ {process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE + ? `Start using our premium services with a ${ + process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14 + }-day free trial!` + : "Create a new account"} +
Enter your details diff --git a/pages/subscribe.tsx b/pages/subscribe.tsx index 32582fe..dc63b8e 100644 --- a/pages/subscribe.tsx +++ b/pages/subscribe.tsx @@ -33,7 +33,7 @@ export default function Subscribe() { alt="Linkwarden" className="h-12 w-fit mx-auto mt-10" /> -
+
{process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14} days free trial, then $5/month afterwards