Skip to content

Commit

Permalink
Merge pull request #921 from newrelic/clinton/nav-filter
Browse files Browse the repository at this point in the history
refactor: change left nav input placeholder text
  • Loading branch information
jerelmiller authored Nov 3, 2020
2 parents 97334dc + 5915d9e commit d9bdbd3
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 @@ -51,7 +51,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 d9bdbd3

Please sign in to comment.