From 5dbd04090d7d464ce525bfad953e95bda48d15e3 Mon Sep 17 00:00:00 2001 From: Yuchen112211 <55814652+Yuchen112211@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:40:36 -0700 Subject: [PATCH] Yuchen Xie's Code Review#1- Final Project Line 45: I used the same trick to pass the accessibility test lmao, seems like react has this bug that aria-label attribute cannot be added to the correct element. Good job fixing this by adding to label. --- frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index 69a5613..3dc4205 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -42,7 +42,7 @@ function App() { return (
- + // Good job!