Skip to content

Commit 8487da8

Browse files
[dashboard] Remove Beta Label from Gitpod Access Tokens (#20089)
1 parent 0f0e143 commit 8487da8

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

components/dashboard/src/user-settings/PersonalAccessTokens.tsx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,7 @@ function ListAccessTokensView() {
162162
<>
163163
<div className="flex items-center sm:justify-between mb-4">
164164
<div>
165-
<Heading2 className="flex gap-4 items-center">
166-
Access Tokens
167-
<PillLabel type="warn">
168-
<a href="https://www.gitpod.io/docs/references/gitpod-releases">
169-
<span className="text-xs">BETA</span>
170-
</a>
171-
</PillLabel>
172-
</Heading2>
165+
<Heading2 className="flex gap-4 items-center">Access Tokens</Heading2>
173166
<Subheading>
174167
Create or regenerate access tokens.{" "}
175168
<a
@@ -180,15 +173,6 @@ function ListAccessTokensView() {
180173
>
181174
Learn more
182175
</a>
183-
&nbsp;&middot;&nbsp;
184-
<a
185-
className="gp-link"
186-
href="https://github.com/gitpod-io/gitpod/issues/15433"
187-
target="_blank"
188-
rel="noreferrer"
189-
>
190-
Send feedback
191-
</a>
192176
</Subheading>
193177
</div>
194178
{tokens.length > 0 && (

0 commit comments

Comments
 (0)