Skip to content

Commit 042599c

Browse files
authored
subscription price changed to 10€/month (#100)
1 parent 472d5ec commit 042599c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/premium/SubscriptionPeriodToggle.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ export const SubscriptionPeriodModes: SubscriptionPeriodMode[] = [
2424
{
2525
name: SubscriptionPeriodNames.MONTHLY,
2626
priceId: import.meta.env.VITE_PRO_PRICE_ID as string,
27-
priceValueMonth: 99.99,
27+
priceValueMonth: 10.00,
2828
priceCurrency: "€",
2929
},
3030
{
3131
name: SubscriptionPeriodNames.YEARLY,
3232
priceId: import.meta.env.VITE_PRO_PRICE_YEARLY_ID as string,
33-
priceValueMonth: 83.33,
33+
priceValueMonth: 96.00,
3434
priceCurrency: "€",
3535
},
3636
];

0 commit comments

Comments
 (0)