Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -20,7 +20,7 @@ const SearchInput = styled.input` | ... | @@ -20,7 +20,7 @@ const SearchInput = styled.input` |
20 | export default () => { | 20 | export default () => { |
21 | return ( | 21 | return ( |
22 | <SearchBox> | 22 | <SearchBox> |
23 | - <SearchInput placeholder={"Search User"} /> | 23 | + <SearchInput placeholder={"Search"} /> |
24 | </SearchBox> | 24 | </SearchBox> |
25 | ); | 25 | ); |
26 | }; | 26 | }; | ... | ... |
-
Please register or login to post a comment