Skip to content

Commit

Permalink
Fix Search placeholder (mobile)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed Jan 10, 2024
1 parent 020408f commit 5719c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Search(): ReactElement {
<Input
className={styles.searchInput}
type="search"
placeholder="Search for literally everything you think of"
placeholder="Search for literally everything"
autoFocus
value={query}
onChange={(e) => setQuery(e.target.value)}
Expand Down

0 comments on commit 5719c9a

Please sign in to comment.