From 2465ae10209c8d70611ec65c3929ece06aed3533 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sun, 26 Jul 2026 15:50:30 +0330 Subject: [PATCH] fix --- src/app/[name]/(Main)/ai/AiPage.tsx | 4 ++-- src/components/menu/SideMenuItem.tsx | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/[name]/(Main)/ai/AiPage.tsx b/src/app/[name]/(Main)/ai/AiPage.tsx index 9cd2df8..90ecb4f 100644 --- a/src/app/[name]/(Main)/ai/AiPage.tsx +++ b/src/app/[name]/(Main)/ai/AiPage.tsx @@ -94,7 +94,7 @@ function AiPage() { onError: (error) => { toast(extractErrorMessage(error, t("ErrorFallback")), "error"); }, - } + }, ); }; @@ -180,7 +180,7 @@ function AiPage() { placeholder={t("InputPlaceholder")} autoComplete="off" disabled={isPending} - className="h-full w-full bg-transparent text-[11px] outline-none placeholder:text-disabled-text disabled:opacity-60" + className="h-full w-full bg-transparent text-[11px]! outline-none placeholder:text-disabled-text disabled:opacity-60" />