File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
components/dashboard/src/settings Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,15 +148,15 @@ function ListAccessTokensView() {
148
148
< >
149
149
< div className = "flex items-center sm:justify-between mb-4" >
150
150
< div >
151
- < h3 > Access Tokens </ h3 >
152
- < h2 className = "text-gray-500" >
153
- < PillLabel type = "warn" className = "font-semibold mt-8 ml-0 py-0.5 px-1 self-center" >
151
+ < h3 >
152
+ Access Tokens { " " }
153
+ < PillLabel type = "warn" className = "font-semibold self-center" >
154
154
< a href = "https://www.gitpod.io/docs/references/gitpod-releases" >
155
155
< span className = "text-xs" > BETA</ span >
156
156
</ a >
157
- </ PillLabel > { " " }
158
- Create or regenerate access tokens.
159
- </ h2 >
157
+ </ PillLabel >
158
+ </ h3 >
159
+ < h2 className = "text-gray-500" > Create or regenerate access tokens. < /h2 >
160
160
</ div >
161
161
{ tokens . length > 0 && (
162
162
< Link to = { settingsPathPersonalAccessTokenCreate } >
You can’t perform that action at this time.
0 commit comments