Skip to content

Commit abeca2e

Browse files
committed
Default Pro pricing to monthly
1 parent 91eeddd commit abeca2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/pages/HomePage/Pricing/ProCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { ProArt, type ProArtRef } from "./ProArt";
2121
export const ProCard = () => {
2222
const stripeCtx = useStripeContext();
2323
const [users, setUsers] = useState(1);
24-
const [isAnnually, setIsAnnually] = useState(true);
24+
const [isAnnually, setIsAnnually] = useState(false);
2525
const proArtRef = useRef<ProArtRef>(null);
2626

2727
const CAP_PRO_ANNUAL_PRICE_PER_USER = homepageCopy.pricing.pro.pricing.annual;

0 commit comments

Comments
 (0)