From 65fdebb6b193b3f52b12b14ce5d21febf67324fb Mon Sep 17 00:00:00 2001 From: Tyler Hawkins Date: Tue, 4 May 2021 15:17:37 -0600 Subject: [PATCH] ui: adds title to close button on settings page --- lib/ui/src/settings/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/src/settings/index.tsx b/lib/ui/src/settings/index.tsx index 75a263c8612..d5c7f45f9de 100644 --- a/lib/ui/src/settings/index.tsx +++ b/lib/ui/src/settings/index.tsx @@ -82,6 +82,7 @@ const Pages: FunctionComponent<{ e.preventDefault(); return onClose(); }} + title="Close settings page" >