Skip to content

Commit

Permalink
WJ-98 - Update: Search input placeholder;
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Teixeira committed Nov 2, 2020
1 parent ce5edcc commit 0a6c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SearchInput: React.FC<InputHTMLAttributes<HTMLInputElement>> = ({
<Container>
<Input
type="text"
placeholder="Digite o nome de um filme"
placeholder="Pesquise por filmes ou séries"
autoFocus
{...rest}
/>
Expand Down

0 comments on commit 0a6c35a

Please sign in to comment.