Skip to content

Commit 98e5815

Browse files
committed
feat: improve accessibility for newsletter search input
- Added aria-label to the search input field in the newsletters page to enhance accessibility for screen readers.
1 parent 8c4c308 commit 98e5815

File tree

1 file changed

+1
-0
lines changed
  • apps/web/src/app/(main)/dashboard/newsletters

1 file changed

+1
-0
lines changed

apps/web/src/app/(main)/dashboard/newsletters/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export default function NewslettersPage() {
188188
<Input
189189
type="text"
190190
placeholder="Search newsletters..."
191+
aria-label="Search newsletters"
191192
value={searchQuery}
192193
onChange={(e) => setSearchQuery(e.target.value)}
193194
className="pl-10 bg-card border-border"

0 commit comments

Comments
 (0)