File tree 3 files changed +0
-45
lines changed 3 files changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -267,26 +267,6 @@ function UsageView({ attributionId }: UsageViewProps) {
267
267
< span > { totalCreditsUsed . toLocaleString ( ) } Credits</ span >
268
268
</ div >
269
269
</ div >
270
- < div className = "flex flex-col truncate mt-8 text-sm" >
271
- < div className = "text-gray-400 dark:text-gray-500 text-sm text-left" >
272
- < strong > Usage</ strong > feature is in{ " " }
273
- < PillLabel
274
- type = "warn"
275
- className = "font-semibold mt-2 ml-0 py-0.5 px-1 self-center"
276
- >
277
- < a href = "https://www.gitpod.io/docs/references/gitpod-releases" >
278
- < span className = "text-xs" > Early Access</ span >
279
- </ a >
280
- </ PillLabel >
281
- < br />
282
- < a
283
- href = "https://github.com/gitpod-io/gitpod/issues/12636"
284
- className = "gp-link"
285
- >
286
- Send feedback
287
- </ a >
288
- </ div >
289
- </ div >
290
270
</ div >
291
271
) }
292
272
</ div >
Original file line number Diff line number Diff line change @@ -482,18 +482,6 @@ export default function NewProject() {
482
482
</ div >
483
483
</ div >
484
484
) }
485
- < div className = "text-gray-400 dark:text-gray-500 text-sm mt-24 text-left" >
486
- < strong > Projects</ strong > feature is in{ " " }
487
- < PillLabel type = "warn" className = "font-semibold mt-2 ml-0 py-0.5 px-1 self-center" >
488
- < a href = "https://www.gitpod.io/docs/references/gitpod-releases" >
489
- < span className = "text-xs" > BETA</ span >
490
- </ a >
491
- </ PillLabel >
492
- ·
493
- < a href = "https://github.com/gitpod-io/gitpod/issues/5095" className = "gp-link" >
494
- Send feedback
495
- </ a >
496
- </ div >
497
485
</ >
498
486
) ;
499
487
Original file line number Diff line number Diff line change @@ -87,19 +87,6 @@ export default function () {
87
87
</ button >
88
88
</ div >
89
89
</ form >
90
-
91
- < div className = "text-gray-400 dark:text-gray-500 text-sm mt-24 text-left" >
92
- < strong > Teams</ strong > feature is in{ " " }
93
- < PillLabel type = "warn" className = "font-semibold mt-2 ml-0 py-0.5 px-1 self-center" >
94
- < a href = "https://www.gitpod.io/docs/references/gitpod-releases" >
95
- < span className = "text-xs" > BETA</ span >
96
- </ a >
97
- </ PillLabel >
98
- ·
99
- < a href = "https://github.com/gitpod-io/gitpod/issues/5095" className = "gp-link" >
100
- Send feedback
101
- </ a >
102
- </ div >
103
90
</ div >
104
91
) ;
105
92
}
You can’t perform that action at this time.
0 commit comments