fix: hypermode text typo changes
This commit is contained in:
parent
41bd98dd63
commit
2c69538617
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
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
|
<ToggleSwitch
|
||||||
value={canUseLocalDB}
|
value={canUseLocalDB}
|
||||||
onChange={() => toggleLocalDB(workspaceSlug?.toString(), projectId?.toString())}
|
onChange={() => toggleLocalDB(workspaceSlug?.toString(), projectId?.toString())}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue