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 7f7a1e9 commit e7c9a45Copy full SHA for e7c9a45
src/components/Transactions/DisplayTransactions/DisplayTransactions.tsx
@@ -51,6 +51,7 @@ export default function DisplayTransactions() {
51
return (
52
<Container>
53
<StyledSearchbar
54
+ aria-label="Search by title or address"
55
placeholder="Search by title or address"
56
value={search}
57
onChange={(value) => setSearch(value)}
0 commit comments