Skip to content

Commit

Permalink
feat: rename search field filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Jan 26, 2024
1 parent c5ddb3c commit cd6413b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Filter: React.FC<IFilter> = ({
<InputGroup w="fit-content">
<Input
type="search"
placeholder="Search"
placeholder="Search by name"
bg="gray.100"
_dark={{ bg: 'black.800', color: 'white' }}
w="20rem"
Expand Down

0 comments on commit cd6413b

Please sign in to comment.