Skip to content

Commit

Permalink
Fixed the build fail due to the react icons
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas committed Jul 10, 2023
1 parent 30d5816 commit 1a8abdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/search/FilterPlays.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import useFetchFilterData from './hooks/usePlayFilter';
import { FIELD_TEMPLATE } from './filter-template';
import { TextField, Checkbox, Autocomplete } from '@mui/material';
import { BiCheckbox, BiCheckboxChecked } from 'react-icons/bi';
import { GoSettings } from 'react-icons/go';
import { GiSettingsKnobs } from 'react-icons/gi';
import * as _ from 'lodash';

const icon = <BiCheckbox size={30} />;
Expand Down Expand Up @@ -251,7 +251,7 @@ const FilterPlays = ({ onChange, query }) => {
<div className="badge">{Object.keys(query).length}</div>
) : null}

<GoSettings className="icon" color="var(--color-neutral-30)" size="28px" />
<GiSettingsKnobs className="icon" color="var(--color-neutral-30)" size="28px" />
</button>
</div>
);
Expand Down

1 comment on commit 1a8abdc

@vercel
Copy link

@vercel vercel bot commented on 1a8abdc Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-play – ./

reactoplay.vercel.app
react-play-reactplayio.vercel.app
react-play-git-main-reactplayio.vercel.app

Please sign in to comment.