Skip to content

Commit

Permalink
change the yearly value from 96€ per month to 8€ per month (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguespn authored Mar 27, 2024
1 parent 042599c commit 10b0bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/premium/SubscriptionPeriodToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SubscriptionPeriodModes: SubscriptionPeriodMode[] = [
{
name: SubscriptionPeriodNames.YEARLY,
priceId: import.meta.env.VITE_PRO_PRICE_YEARLY_ID as string,
priceValueMonth: 96.00,
priceValueMonth: 8.00,
priceCurrency: "€",
},
];
Expand Down

0 comments on commit 10b0bdb

Please sign in to comment.