Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuntaqim committed Jan 3, 2025
1 parent f0af81e commit cfee75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/components/SearchForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const SearchForm: FC<{
)}
{!!searchText && (
<XIcon
className="absolute cursor-pointer top-0 bottom-0 w-6 h-6 my-auto lg:left-1/4 right-0"
className="absolute cursor-pointer top-0 bottom-0 w-6 h-6 my-auto flex lg:justify-end right-0"
data-testid="close-icon"
onClick={() => {
setSearchText("");
Expand Down

0 comments on commit cfee75c

Please sign in to comment.