Skip to content

Commit c26f536

Browse files
committed
fix(a11y): aria label for student code input
1 parent 8dacb69 commit c26f536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Homepage/StudentIdSearch.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export function StudentIdSearch({ currentId }: { currentId?: string }) {
149149
>
150150
<Input
151151
type="text"
152+
aria-label="Numero matricola"
152153
placeholder="Numero matricola"
153154
value={studentId}
154155
onChange={(e) => setStudentId(e.target.value)}

0 commit comments

Comments
 (0)