File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
components/dashboard/src/user-settings Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,7 @@ function ListAccessTokensView() {
162
162
< >
163
163
< div className = "flex items-center sm:justify-between mb-4" >
164
164
< 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 >
173
166
< Subheading >
174
167
Create or regenerate access tokens.{ " " }
175
168
< a
@@ -180,15 +173,6 @@ function ListAccessTokensView() {
180
173
>
181
174
Learn more
182
175
</ a >
183
- ·
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 >
192
176
</ Subheading >
193
177
</ div >
194
178
{ tokens . length > 0 && (
You can’t perform that action at this time.
0 commit comments