Skip to content

Commit

Permalink
Merge branch 'svg-icons' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 23, 2024
2 parents 54b72dd + d16a97d commit b4a5834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function SearchResults(props: SearchResultsProps) {
// },[debouncedSearchQuery])

return (
<div className='search-control-wrapper rounded mt-1'>
<div className='search-control-wrapper rounded mt-2'>
<div className='input-group' role='search'>
<input
className='form-control'
Expand Down

0 comments on commit b4a5834

Please sign in to comment.