Skip to content

Commit 04baf37

Browse files
committed
Update search placeholder
1 parent 323af28 commit 04baf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/TableView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const TableView = (props) => {
9393
<div className="table-view">
9494
<div className="search">
9595
<input
96-
placeholder="Search by First Name"
96+
placeholder="Search Name"
9797
value={searchQuery}
9898
onChange={handleSearch}
9999
/>

0 commit comments

Comments
 (0)