Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleli01 committed Dec 26, 2023
1 parent ee88390 commit 928345e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/SearchBar/Components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const SearchBar = ({
key={'search'}
className={
index === 0 && mouse !== 1
? 'active-class resultbutton top-resultbutton'
? 'active-class resultbutton'
: 'resultbutton top-resultbutton'
}
href={`/results/keyword/${query.split(' ').join('+')}`}
Expand Down

0 comments on commit 928345e

Please sign in to comment.