Skip to content

Commit

Permalink
update placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Dec 9, 2024
1 parent 29592cd commit d824558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/explorer/suggestion/SuggestionCombobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ export const SuggestionCombobox = () => {
aria-controls={listboxId}
aria-autocomplete="both"
aria-expanded={open}
placeholder="Search by token pair"
aria-label="Search by token pair"
placeholder="Search by single token or pair"
aria-label="Search by single token or pair"
value={search}
onInput={(e) => setSearch(e.currentTarget.value)}
onKeyDown={keydownHandler}
Expand Down

0 comments on commit d824558

Please sign in to comment.