Skip to content

Commit

Permalink
Restore beta label for the desktop editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis committed Jan 22, 2022
1 parent c3bcf63 commit ab448a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/settings/Preferences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function Preferences() {
}
</>}
{desktopIdeOptions && <>
<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>
<p className="text-base text-gray-500 dark:text-gray-400">Optionally, choose the default desktop editor for opening workspaces.</p>
<div className="my-4 gap-4 flex flex-wrap">
{
Expand Down

0 comments on commit ab448a0

Please sign in to comment.