From 0233d803fc0f2c6b65be14771abcda33a8f22d62 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Mon, 5 May 2025 15:16:12 +0100 Subject: [PATCH] feat: use tooltip for search button --- src/components/search-bar.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/search-bar.tsx b/src/components/search-bar.tsx index e7f62d8..72876dc 100644 --- a/src/components/search-bar.tsx +++ b/src/components/search-bar.tsx @@ -34,8 +34,12 @@ export default function SearchBar() { onKeyDown={handleKeyDown} className="bg-orange-200 border-2 border-orange-400 py-2 px-3 rounded-l-xl outline-0 w-full placeholder:text-black/40" /> - );