diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 26ac2a5..23e36db 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -18,6 +18,7 @@ import { import { getAllPrompts } from "~/libs/db" import { ShareBtn } from "~/components/Common/ShareBtn" import { useTranslation } from "react-i18next" +import { OllamaIcon } from "../Icons/Ollama" export default function OptionLayout({ children @@ -73,7 +74,7 @@ export default function OptionLayout({
{t("ollamaState.searching")}
@@ -49,7 +49,7 @@ export const PlaygroundEmpty = () => { {!isRefetching && ollamaStatus === "success" ? ( ollamaInfo.isOk ? ({t("ollamaState.running")}
@@ -57,7 +57,7 @@ export const PlaygroundEmpty = () => { ) : ({t("ollamaState.notRunning")}
diff --git a/src/components/Option/Playground/PlaygroundForm.tsx b/src/components/Option/Playground/PlaygroundForm.tsx index 6776732..87c6005 100644 --- a/src/components/Option/Playground/PlaygroundForm.tsx +++ b/src/components/Option/Playground/PlaygroundForm.tsx @@ -153,7 +153,7 @@ export const PlaygroundForm = ({ dropedFile }: Props) => { } } return ( -