We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bcf63 commit ab448a0Copy full SHA for ab448a0
components/dashboard/src/settings/Preferences.tsx
@@ -124,7 +124,7 @@ export default function Preferences() {
124
}
125
</>}
126
{desktopIdeOptions && <>
127
- <h3 className="mt-12">Desktop Editor</h3>
+ <h3 className="mt-12">Desktop Editor <PillLabel type="warn" className="font-semibold mt-2 py-0.5 px-2 self-center">Beta</PillLabel></h3>
128
<p className="text-base text-gray-500 dark:text-gray-400">Optionally, choose the default desktop editor for opening workspaces.</p>
129
<div className="my-4 gap-4 flex flex-wrap">
130
{
0 commit comments