File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
components/dashboard/src/components Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -293,11 +293,8 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
293
293
< span >
294
294
{ currency === "EUR" ? "€" : "$" } 0.36 for 10 credits or 1 hour of Standard workspace
295
295
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
301
298
</ a >
302
299
</ span >
303
300
</ div >
@@ -319,11 +316,8 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
319
316
< span className = "font-bold text-gray-500 dark:text-gray-400" > { usageLimit } credits</ span >
320
317
< span >
321
318
{ 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
327
321
</ a >
328
322
</ span >
329
323
</ div >
You can’t perform that action at this time.
0 commit comments