small improvement.

This commit is contained in:
Daniel 2023-07-20 00:50:15 -04:00
parent 1bd3001b95
commit cf59d48bbe
3 changed files with 9 additions and 11 deletions

View File

@ -53,7 +53,7 @@ export default function Login() {
alt="Linkwarden" alt="Linkwarden"
className="h-12 w-fit mx-auto mt-10" className="h-12 w-fit mx-auto mt-10"
/> />
<p className="text-xl font-semibold text-sky-500 text-center"> <p className="text-xl font-semibold text-sky-500 px-2 text-center">
Sign in to your account Sign in to your account
</p> </p>
<div className="p-2 my-10 mx-auto flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100"> <div className="p-2 my-10 mx-auto flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">

View File

@ -97,15 +97,13 @@ export default function Register() {
alt="Linkwarden" alt="Linkwarden"
className="h-12 w-fit mx-auto mt-10" className="h-12 w-fit mx-auto mt-10"
/> />
<div className="text-center"> <p className="text-center px-2 text-xl font-semibold text-sky-500">
<p className="text-xl font-semibold text-sky-500"> {process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE
{process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE ? `Start using our premium services with a ${
? `Start using our premium services with a ${ process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14
process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14 }-day free trial!`
}-day free trial!` : "Create a new account"}
: "Create a new account"} </p>
</p>
</div>
<div className="p-2 mx-auto my-10 flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100"> <div className="p-2 mx-auto my-10 flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">
<p className="text-xl text-sky-500 w-fit font-bold"> <p className="text-xl text-sky-500 w-fit font-bold">
Enter your details Enter your details

View File

@ -33,7 +33,7 @@ export default function Subscribe() {
alt="Linkwarden" alt="Linkwarden"
className="h-12 w-fit mx-auto mt-10" className="h-12 w-fit mx-auto mt-10"
/> />
<p className="text-xl font-semibold text-sky-500 text-center"> <p className="text-xl font-semibold text-sky-500 text-center px-2">
{process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14} days free trial, then {process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14} days free trial, then
$5/month afterwards $5/month afterwards
</p> </p>