diff --git a/src/components/SearchBar.tsx b/src/components/SearchBar.tsx index 02f6386..acfd4dc 100644 --- a/src/components/SearchBar.tsx +++ b/src/components/SearchBar.tsx @@ -10,7 +10,7 @@ export const SearchBar = ({ value, onChange }: SearchBarProps) => { return (
- +
); };