From 8a3f0a6ebcd1585b40ae19fdab8e9f549dad4872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Fri, 19 May 2023 15:36:41 -0600 Subject: Deleted most of aria labels. --- src/ToDo.jsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/ToDo.jsx b/src/ToDo.jsx index ecc074b..522d3f7 100644 --- a/src/ToDo.jsx +++ b/src/ToDo.jsx @@ -45,8 +45,6 @@ export function NewToDo() { id="NewToDo" tabIndex="-1" role="dialog" - aria-labelledby="New To Do Window" - aria-hidden="true" >
- + ×
@@ -125,7 +123,6 @@ export function NewToDo() { set_edit_priority(e.target.value) -- cgit v1.2.3