File tree 3 files changed +0
-48
lines changed
3 files changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { ReactComponent as Spinner } from "../icons/Spinner.svg";
23
23
import { ReactComponent as UsageIcon } from "../images/usage-default.svg" ;
24
24
import { toRemoteURL } from "../projects/render-utils" ;
25
25
import { WorkspaceType } from "@gitpod/gitpod-protocol" ;
26
- import PillLabel from "./PillLabel" ;
27
26
import { SupportedWorkspaceClass } from "@gitpod/gitpod-protocol/lib/workspace-class" ;
28
27
import DatePicker from "react-datepicker" ;
29
28
import "react-datepicker/dist/react-datepicker.css" ;
@@ -267,26 +266,6 @@ function UsageView({ attributionId }: UsageViewProps) {
267
266
< span > { totalCreditsUsed . toLocaleString ( ) } Credits</ span >
268
267
</ div >
269
268
</ 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
269
</ div >
291
270
) }
292
271
</ div >
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import {
29
29
} from "../service/public-api" ;
30
30
import { FeatureFlagContext } from "../contexts/FeatureFlagContext" ;
31
31
import { ConnectError } from "@bufbuild/connect-web" ;
32
- import PillLabel from "../components/PillLabel" ;
33
32
34
33
export default function NewProject ( ) {
35
34
const location = useLocation ( ) ;
@@ -482,18 +481,6 @@ export default function NewProject() {
482
481
</ div >
483
482
</ div >
484
483
) }
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
484
</ >
498
485
) ;
499
486
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { TeamsContext } from "./teams-context";
11
11
import { publicApiTeamsToProtocol , publicApiTeamToProtocol , teamsService } from "../service/public-api" ;
12
12
import { FeatureFlagContext } from "../contexts/FeatureFlagContext" ;
13
13
import { ConnectError } from "@bufbuild/connect-web" ;
14
- import PillLabel from "../components/PillLabel" ;
15
14
16
15
export default function ( ) {
17
16
const { setTeams } = useContext ( TeamsContext ) ;
@@ -87,19 +86,6 @@ export default function () {
87
86
</ button >
88
87
</ div >
89
88
</ 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
89
</ div >
104
90
) ;
105
91
}
You can’t perform that action at this time.
0 commit comments