File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/dashboard/src/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,14 +298,14 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
298
298
< div className = "flex flex-col mt-4 p-4 rounded-xl bg-gray-50 dark:bg-gray-800" >
299
299
< div className = "uppercase text-sm text-gray-400 dark:text-gray-500" > Current Plan</ div >
300
300
< div className = "mt-1 text-xl font-semibold flex-grow text-gray-600 dark:text-gray-400" >
301
- Free
301
+ { usageLimit > 500 ? "Professional Open Source" : " Free" }
302
302
</ div >
303
303
< div className = "mt-4 flex space-x-1 text-gray-400 dark:text-gray-500" >
304
304
< Check className = "m-0.5 w-5 h-5 text-orange-500" />
305
305
< div className = "flex flex-col" >
306
- < span className = "font-bold text-gray-500 dark:text-gray-400" > 500 credits</ span >
306
+ < span className = "font-bold text-gray-500 dark:text-gray-400" > { usageLimit } credits</ span >
307
307
< span >
308
- 50 hours of Standard workspace usage.{ " " }
308
+ { usageLimit / 10 } hours of Standard workspace usage.{ " " }
309
309
< a
310
310
className = "gp-link"
311
311
href = "https://www.gitpod.io/docs/configure/billing/usage-based-billing"
You can’t perform that action at this time.
0 commit comments