fix: hypermode text typo changes

This commit is contained in:
sriram veeraghanta
2024-11-29 17:47:46 +05:30
parent 41bd98dd63
commit 2c69538617
@@ -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())}