From 5d72662bb52105336f279419680b04c795813197 Mon Sep 17 00:00:00 2001 From: VinaySatrasala Date: Tue, 7 Jan 2025 21:41:03 +0530 Subject: [PATCH] fixed vertical alignment of Ctrl + K icon in search bar --- src/components/search/SearchBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx index cbc7cd2cb..9e6730f0a 100644 --- a/src/components/search/SearchBar.tsx +++ b/src/components/search/SearchBar.tsx @@ -179,8 +179,8 @@ export function SearchBar({ onCardClick, isMobile = false }: SearchBarProps) { {state.searchTerm.length === 0 && !isMobile && (icon !== '⌘' ? ( - - {icon}K + + {icon}K ) : (