From e6176b6c16ee61af33e5125274279b602f19bcd8 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 26 Aug 2022 16:33:09 -0700 Subject: [PATCH] Fix accessibility with experimental login button Oops, my pseudo-button didn't behave quite right for keyboard-based opening the popover. Using an actual Button now! --- src/app/HomePage.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/HomePage.js b/src/app/HomePage.js index 40a2baa..7cf68f1 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -736,9 +736,15 @@ function FeedbackFormPitch() { - +