mirror of
https://github.com/makeplane/plane.git
synced 2026-04-26 10:08:44 -05:00
fix: hypermode text typo changes
This commit is contained in:
@@ -118,7 +118,7 @@ export const SidebarHelpSection: React.FC<WorkspaceHelpSectionProps> = observer(
|
||||
}}
|
||||
className="flex w-full items-center justify-between text-xs hover:bg-custom-background-80"
|
||||
>
|
||||
<span className="racking-tight">Local Cache</span>
|
||||
<span className="racking-tight">Hyper Mode</span>
|
||||
<ToggleSwitch
|
||||
value={canUseLocalDB}
|
||||
onChange={() => toggleLocalDB(workspaceSlug?.toString(), projectId?.toString())}
|
||||
|
||||
Reference in New Issue
Block a user