From 0f88d86c890e69e4ebf448f1fd6ae871bbb37b95 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 28 Jul 2022 14:00:34 +0100 Subject: [PATCH] Improve auth aria attributes and semantics (#22948) --- src/components/views/auth/VectorAuthFooter.tsx | 4 ++-- src/components/views/auth/VectorAuthHeaderLogo.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/views/auth/VectorAuthFooter.tsx b/src/components/views/auth/VectorAuthFooter.tsx index 87557ab4b..c97718bda 100644 --- a/src/components/views/auth/VectorAuthFooter.tsx +++ b/src/components/views/auth/VectorAuthFooter.tsx @@ -37,10 +37,10 @@ const VectorAuthFooter = () => { } return ( -
+
+ ); }; diff --git a/src/components/views/auth/VectorAuthHeaderLogo.tsx b/src/components/views/auth/VectorAuthHeaderLogo.tsx index d44e3e5a7..2d66b0865 100644 --- a/src/components/views/auth/VectorAuthHeaderLogo.tsx +++ b/src/components/views/auth/VectorAuthHeaderLogo.tsx @@ -24,9 +24,9 @@ export default class VectorAuthHeaderLogo extends React.PureComponent { const logoUrl = brandingConfig?.get("auth_header_logo_url") ?? "themes/element/img/logos/element-logo.svg"; return ( -
+
+ ); } }