Skip to content

Commit 6fb35e2

Browse files
committed
fix(webapp): align hobby and pro tooltip credits to use includedUsage
1 parent bac6fd2 commit 6fb35e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ export function TierHobby({
665665
title="Credits included"
666666
content={
667667
<>
668-
This plan includes ${plan.tierPrice} of compute each month. After that's used, tasks
668+
This plan includes ${plan.limits.includedUsage / 100} of compute each month. After that's used, tasks
669669
keep running and you're billed per our{" "}
670670
<TextLink to="https://trigger.dev/pricing#computePricing">
671671
compute usage rates
@@ -810,7 +810,7 @@ export function TierPro({
810810
title="Credits included"
811811
content={
812812
<>
813-
This plan includes ${plan.tierPrice} of compute each month. After that's used, tasks
813+
This plan includes ${plan.limits.includedUsage / 100} of compute each month. After that's used, tasks
814814
keep running and you're billed per our{" "}
815815
<TextLink to="https://trigger.dev/pricing#computePricing">
816816
compute usage rates

0 commit comments

Comments
 (0)