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 ee88e5a commit e288572
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-[45%] right-0"
className="absolute cursor-pointer top-0 bottom-0 w-6 h-6 my-auto lg:left-[49%] right-0"
data-testid="close-icon"
onClick={() => {
setSearchText("");
Expand Down

0 comments on commit e288572

Please sign in to comment.