Skip to content

Commit

Permalink
Update text for user search
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ory committed Jan 2, 2025
1 parent 2c93b37 commit 4843495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ layout: page
{% include_relative scripts-local.html %}

<div class="search-bar">
<input type="text" id="input" onkeyup="UserSearch()" placeholder="Enter person, place, or event">
<input type="text" id="input" onkeyup="UserSearch()" placeholder="Enter person, place, year, or event">
<span id="search-count"></span>
<div class="checkbox-container">
<div class="checkbox-item">
Expand Down

0 comments on commit 4843495

Please sign in to comment.