Skip to content

Commit 7781e5f

Browse files
committed
Remove beta and early access labels
1 parent abdf31d commit 7781e5f

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

components/dashboard/src/components/UsageView.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -267,26 +267,6 @@ function UsageView({ attributionId }: UsageViewProps) {
267267
<span>{totalCreditsUsed.toLocaleString()} Credits</span>
268268
</div>
269269
</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>
290270
</div>
291271
)}
292272
</div>

components/dashboard/src/projects/NewProject.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -482,18 +482,6 @@ export default function NewProject() {
482482
</div>
483483
</div>
484484
)}
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>
497485
</>
498486
);
499487

components/dashboard/src/teams/NewTeam.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,6 @@ export default function () {
8787
</button>
8888
</div>
8989
</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>
10390
</div>
10491
);
10592
}

0 commit comments

Comments
 (0)