diff --git a/src/assets/locale/en/common.json b/src/assets/locale/en/common.json index 553c5f7..d03b6b9 100644 --- a/src/assets/locale/en/common.json +++ b/src/assets/locale/en/common.json @@ -49,11 +49,11 @@ "noData": "No data", "noHistory": "No chat history", "chatWithCurrentPage": "Chat with current page", + "currentChatModelSettings":"Current Chat Model Settings", "beta": "Beta", "tts": "Read aloud", "modelSettings": { "label": "Model Settings", - "currentChatModelSettings":"Current Chat Model Settings", "description": "Set the model options globally for all chats", "form": { "keepAlive": { diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 676623d..200d0ef 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -13,7 +13,6 @@ import { ComputerIcon, GithubIcon, PanelLeftIcon, - SlashIcon, SquarePen, ZapIcon } from "lucide-react" @@ -195,7 +194,7 @@ export default function OptionLayout({
- + +
+
) }