Skip to content

Commit 9c89bb8

Browse files
committed
chore: remove locale switch
1 parent 29ee106 commit 9c89bb8

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

src/components/ConnectionSidebar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Tooltip from "./kit/Tooltip";
99
import Dropdown, { DropdownItem } from "./kit/Dropdown";
1010
import Icon from "./Icon";
1111
import EngineIcon from "./EngineIcon";
12-
import LocaleSwitch from "./LocaleSwitch";
1312
import DarkModeSwitch from "./DarkModeSwitch";
1413
import CreateConnectionModal from "./CreateConnectionModal";
1514
import SettingModal from "./SettingModal";
@@ -206,7 +205,6 @@ const ConnectionSidebar = () => {
206205
</div>
207206
<div className="w-full flex flex-col justify-end items-center">
208207
<DarkModeSwitch />
209-
<LocaleSwitch />
210208
<Tooltip title={t("common.setting")} side="right">
211209
<button
212210
className=" w-10 h-10 p-1 rounded-full flex flex-row justify-center items-center hover:bg-gray-100 dark:hover:bg-zinc-700"

src/components/LocaleSwitch.tsx

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)