From c8d89c4e0ce96bc35329b10cc383c120edde5e7b Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Mon, 16 Dec 2024 10:30:23 -0500 Subject: [PATCH] Run prettier --- src/components/search/SearchBar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx index bdf520f..ac8d88e 100644 --- a/src/components/search/SearchBar.tsx +++ b/src/components/search/SearchBar.tsx @@ -18,7 +18,7 @@ export function SearchBar({ value, placeholder, onChangeValue, isFetching }: Pro const value = event?.target?.value || ''; onChangeValue(value); }; - + return (
); } -const iconStyle = 'flex h-10 w-10 items-center justify-center rounded-full bg-pink-600 sm:h-12 sm:w-12'; +const iconStyle = + 'flex h-10 w-10 items-center justify-center rounded-full bg-pink-600 sm:h-12 sm:w-12';