From 106ac40fb13ca00c1c7ecbfd7d81b549ef46c952 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sun, 21 May 2023 21:01:34 +0200 Subject: [PATCH] texts, monthly billing default --- apps/web/components/billing-plans.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/web/components/billing-plans.tsx b/apps/web/components/billing-plans.tsx index 43740276d..419478cfd 100644 --- a/apps/web/components/billing-plans.tsx +++ b/apps/web/components/billing-plans.tsx @@ -6,7 +6,7 @@ import { Switch } from "@headlessui/react"; export const BillingPlans = () => { const { subscription, isLoading } = useSubscription(); - const [isAnnual, setIsAnnual] = useState(true); + const [isAnnual, setIsAnnual] = useState(false); return (
@@ -45,10 +45,8 @@ export const BillingPlans = () => {

- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti voluptates delectus - doloremque hic vel! + All you need for easy signing.

Includes everthing we build this year.

-