Skip to content

Commit 9c10c0d

Browse files
gtsiolisroboquat
authored andcommitted
Remove beta and early access labels
1 parent 478a75e commit 9c10c0d

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

components/dashboard/src/components/UsageView.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { ReactComponent as Spinner } from "../icons/Spinner.svg";
2323
import { ReactComponent as UsageIcon } from "../images/usage-default.svg";
2424
import { toRemoteURL } from "../projects/render-utils";
2525
import { WorkspaceType } from "@gitpod/gitpod-protocol";
26-
import PillLabel from "./PillLabel";
2726
import { SupportedWorkspaceClass } from "@gitpod/gitpod-protocol/lib/workspace-class";
2827
import DatePicker from "react-datepicker";
2928
import "react-datepicker/dist/react-datepicker.css";
@@ -267,26 +266,6 @@ function UsageView({ attributionId }: UsageViewProps) {
267266
<span>{totalCreditsUsed.toLocaleString()} Credits</span>
268267
</div>
269268
</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>
290269
</div>
291270
)}
292271
</div>

components/dashboard/src/projects/NewProject.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import {
2929
} from "../service/public-api";
3030
import { FeatureFlagContext } from "../contexts/FeatureFlagContext";
3131
import { ConnectError } from "@bufbuild/connect-web";
32-
import PillLabel from "../components/PillLabel";
3332

3433
export default function NewProject() {
3534
const location = useLocation();
@@ -482,18 +481,6 @@ export default function NewProject() {
482481
</div>
483482
</div>
484483
)}
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-
&nbsp;&middot;&nbsp;
493-
<a href="https://github.com/gitpod-io/gitpod/issues/5095" className="gp-link">
494-
Send feedback
495-
</a>
496-
</div>
497484
</>
498485
);
499486

components/dashboard/src/teams/NewTeam.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { TeamsContext } from "./teams-context";
1111
import { publicApiTeamsToProtocol, publicApiTeamToProtocol, teamsService } from "../service/public-api";
1212
import { FeatureFlagContext } from "../contexts/FeatureFlagContext";
1313
import { ConnectError } from "@bufbuild/connect-web";
14-
import PillLabel from "../components/PillLabel";
1514

1615
export default function () {
1716
const { setTeams } = useContext(TeamsContext);
@@ -87,19 +86,6 @@ export default function () {
8786
</button>
8887
</div>
8988
</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-
&nbsp;&middot;&nbsp;
99-
<a href="https://github.com/gitpod-io/gitpod/issues/5095" className="gp-link">
100-
Send feedback
101-
</a>
102-
</div>
10389
</div>
10490
);
10591
}

0 commit comments

Comments
 (0)