Skip to content

Commit

Permalink
fix(Billing): update business plan price (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Your Name <[email protected]>
  • Loading branch information
mikewuu and Your Name authored Oct 21, 2024
1 parent 669cf8b commit bd09ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(user)/billing/SelectPlanGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function SelectPlanGrid(props: SelectPlanGridProps) {
<div>
<span className="text-3xl font-bold">
{' '}
{billingInterval === 'yearly' ? '$24' : '$30'}
{billingInterval === 'yearly' ? '$150' : '$200'}
</span>
<span className="text-muted-foreground">
{' '}
Expand Down

0 comments on commit bd09ac2

Please sign in to comment.