Skip to content

Commit 17692ef

Browse files
Siddhant-K-codeeasyCZ
authored andcommitted
Label Positionning
1 parent a1482dc commit 17692ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/dashboard/src/settings/PersonalAccessTokens.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ function ListAccessTokensView() {
148148
<>
149149
<div className="flex items-center sm:justify-between mb-4">
150150
<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">
154154
<a href="https://www.gitpod.io/docs/references/gitpod-releases">
155155
<span className="text-xs">BETA</span>
156156
</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>
160160
</div>
161161
{tokens.length > 0 && (
162162
<Link to={settingsPathPersonalAccessTokenCreate}>

0 commit comments

Comments
 (0)