Skip to content

Commit 77f5d27

Browse files
committed
fixup: dashboard
1 parent a203026 commit 77f5d27

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,16 @@ export default function SelectIDE(props: SelectIDEProps) {
155155
/>
156156

157157
<CheckboxInputField
158-
label="Launch in JetBrains Toolbox"
158+
label={
159+
<span className="flex items-center gap-2">
160+
Launch in JetBrains Toolbox{" "}
161+
<PillLabel type="warn">
162+
<a href="https://www.gitpod.io/docs/references/gitpod-releases">
163+
<span className="text-xs">BETA</span>
164+
</a>
165+
</PillLabel>
166+
</span>
167+
}
159168
hint={<span>Launch JetBrains IDEs in the JetBrains Toolbox.</span>}
160169
checked={preferToolbox}
161170
onChange={(checked) => actuallySetPreferToolbox(checked)}

0 commit comments

Comments
 (0)