Skip to content

Commit ea346a6

Browse files
svenefftingeroboquat
authored andcommitted
[dashboard] link to website's cost estimator
1 parent 2533efe commit ea346a6

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

components/dashboard/src/components/UsageBasedBillingConfig.tsx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,8 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
293293
<span>
294294
{currency === "EUR" ? "€" : "$"}0.36 for 10 credits or 1 hour of Standard workspace
295295
usage, excluding VAT.{" "}
296-
<a
297-
className="gp-link"
298-
href="https://www.gitpod.io/docs/configure/billing/usage-based-billing"
299-
>
300-
Learn more about credits
296+
<a className="gp-link" href="https://www.gitpod.io/pricing#cost-estimator">
297+
Estimate costs
301298
</a>
302299
</span>
303300
</div>
@@ -319,11 +316,8 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
319316
<span className="font-bold text-gray-500 dark:text-gray-400">{usageLimit} credits</span>
320317
<span>
321318
{usageLimit / 10} hours of Standard workspace usage.{" "}
322-
<a
323-
className="gp-link"
324-
href="https://www.gitpod.io/docs/configure/billing/usage-based-billing"
325-
>
326-
Learn more about credits
319+
<a className="gp-link" href="https://www.gitpod.io/pricing#cost-estimator">
320+
Estimate costs
327321
</a>
328322
</span>
329323
</div>

0 commit comments

Comments
 (0)