Skip to content

Commit

Permalink
[dashboard] Remove Beta Label from Gitpod Access Tokens (#20089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code authored Aug 5, 2024
1 parent 0f0e143 commit 8487da8
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions components/dashboard/src/user-settings/PersonalAccessTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,7 @@ function ListAccessTokensView() {
<>
<div className="flex items-center sm:justify-between mb-4">
<div>
<Heading2 className="flex gap-4 items-center">
Access Tokens
<PillLabel type="warn">
<a href="https://www.gitpod.io/docs/references/gitpod-releases">
<span className="text-xs">BETA</span>
</a>
</PillLabel>
</Heading2>
<Heading2 className="flex gap-4 items-center">Access Tokens</Heading2>
<Subheading>
Create or regenerate access tokens.{" "}
<a
Expand All @@ -180,15 +173,6 @@ function ListAccessTokensView() {
>
Learn more
</a>
&nbsp;&middot;&nbsp;
<a
className="gp-link"
href="https://github.com/gitpod-io/gitpod/issues/15433"
target="_blank"
rel="noreferrer"
>
Send feedback
</a>
</Subheading>
</div>
{tokens.length > 0 && (
Expand Down

0 comments on commit 8487da8

Please sign in to comment.