little clean up
This commit is contained in:
parent
7a4c583ea5
commit
6dbdeac4d3
@ -31,7 +31,7 @@ export default function CTAForm() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Panelbear.track("join-waitlist");
|
Panelbear.track("Join waitlist");
|
||||||
return joinWaitlistMutation({ email });
|
return joinWaitlistMutation({ email });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ const Pricing: BlitzPage = () => {
|
|||||||
|
|
||||||
<Link href={Routes.LandingPage({ join_waitlist: "" })}>
|
<Link href={Routes.LandingPage({ join_waitlist: "" })}>
|
||||||
<a
|
<a
|
||||||
onClick={() => Panelbear.track("redirect-to-join-waitlist")}
|
onClick={() => Panelbear.track("Redirect to join waitlist")}
|
||||||
className="bg-rebeccapurple-500 text-white hover:bg-rebeccapurple-600 mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium"
|
className="bg-rebeccapurple-500 text-white hover:bg-rebeccapurple-600 mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium"
|
||||||
>
|
>
|
||||||
{tier.cta}
|
{tier.cta}
|
||||||
|
@ -23,7 +23,6 @@ const Billing: BlitzPage<Props> = (props) => {
|
|||||||
TODO: I want to be able to
|
TODO: I want to be able to
|
||||||
- upgrade to yearly
|
- upgrade to yearly
|
||||||
- downgrade to monthly
|
- downgrade to monthly
|
||||||
- resubscribe (message like "your subscription expired, would you like to renew ?")
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { count: paymentsCount } = usePaymentsHistory();
|
const { count: paymentsCount } = usePaymentsHistory();
|
||||||
|
Loading…
Reference in New Issue
Block a user