Skip to content

Commit

Permalink
refactor: change left nav input placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Oct 30, 2020
1 parent 7ff9bd3 commit 5915d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Sidebar = ({ className }) => {
/>
</Link>
<SearchInput
placeholder="Filter developer docs"
placeholder="Filter navigation"
onClear={() => setSearchTerm('')}
onChange={(e) => setSearchTerm(e.target.value)}
value={searchTerm}
Expand Down

0 comments on commit 5915d9e

Please sign in to comment.