Change input placeholder
This commit is contained in:
parent
2265d947bb
commit
6d634313e3
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ export default function AdminPage() {
|
|||
<div className="flex w-full justify-between px-4">
|
||||
<div className="flex w-96 items-center gap-4">
|
||||
<Input
|
||||
placeholder="Search Examples"
|
||||
placeholder="Search Username"
|
||||
value={inputValue}
|
||||
onChange={(e) => handleFilterUsers(e.target.value)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue