We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323af28 commit 04baf37Copy full SHA for 04baf37
src/Components/TableView.js
@@ -93,7 +93,7 @@ const TableView = (props) => {
93
<div className="table-view">
94
<div className="search">
95
<input
96
- placeholder="Search by First Name"
+ placeholder="Search Name"
97
value={searchQuery}
98
onChange={handleSearch}
99
/>
0 commit comments