Skip to content

Commit ab448a0

Browse files
committed
Restore beta label for the desktop editor settings
1 parent c3bcf63 commit ab448a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/settings/Preferences.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default function Preferences() {
124124
}
125125
</>}
126126
{desktopIdeOptions && <>
127-
<h3 className="mt-12">Desktop Editor</h3>
127+
<h3 className="mt-12">Desktop Editor <PillLabel type="warn" className="font-semibold mt-2 py-0.5 px-2 self-center">Beta</PillLabel></h3>
128128
<p className="text-base text-gray-500 dark:text-gray-400">Optionally, choose the default desktop editor for opening workspaces.</p>
129129
<div className="my-4 gap-4 flex flex-wrap">
130130
{

0 commit comments

Comments
 (0)