Skip to content

Commit a1482dc

Browse files
Siddhant-K-codeeasyCZ
authored andcommitted
flag: add BETA Label to /tokens page
Signed-off-by: Siddhant Khare <[email protected]>
1 parent 5400e26 commit a1482dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

components/dashboard/src/settings/PersonalAccessTokens.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,14 @@ function ListAccessTokensView() {
149149
<div className="flex items-center sm:justify-between mb-4">
150150
<div>
151151
<h3>Access Tokens</h3>
152-
<h2 className="text-gray-500">Create or regenerate access tokens.</h2>
152+
<h2 className="text-gray-500">
153+
<PillLabel type="warn" className="font-semibold mt-8 ml-0 py-0.5 px-1 self-center">
154+
<a href="https://www.gitpod.io/docs/references/gitpod-releases">
155+
<span className="text-xs">BETA</span>
156+
</a>
157+
</PillLabel>{" "}
158+
Create or regenerate access tokens.
159+
</h2>
153160
</div>
154161
{tokens.length > 0 && (
155162
<Link to={settingsPathPersonalAccessTokenCreate}>

0 commit comments

Comments
 (0)