From 00913a26a7c90e54e852be1b6c8391b24ec040fc Mon Sep 17 00:00:00 2001 From: TerryM Date: Sun, 31 May 2026 02:47:13 +0800 Subject: [PATCH] fix: remove duplicate menu search --- src/layouts/PublicLayout.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/layouts/PublicLayout.tsx b/src/layouts/PublicLayout.tsx index 09102e7..83bfa68 100644 --- a/src/layouts/PublicLayout.tsx +++ b/src/layouts/PublicLayout.tsx @@ -618,23 +618,6 @@ export function PublicLayout() { ref={menuRef} className={`${headerMenuAnimationClass} fixed inset-x-0 top-[64px] z-50 grid gap-2 bg-[#08070c] px-4 py-3 shadow-2xl shadow-black/50 min-[440px]:px-5 sm:px-6 md:top-[70px] md:px-9 min-[1200px]:hidden`} > -
- - setQ(e.target.value)} - onKeyDown={(e) => e.key === "Enter" && goSearch()} - placeholder={t("searchPlaceholder")} - className="flex-1 bg-transparent text-sm outline-none placeholder:text-[#777985]" - /> -