Improve auth aria attributes and semantics (#22948)
This commit is contained in:
parent
f4480c9968
commit
0f88d86c89
2 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@ const VectorAuthFooter = () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="mx_AuthFooter">
|
||||
<footer className="mx_AuthFooter" role="contentinfo">
|
||||
{ authFooterLinks }
|
||||
<a href="https://matrix.org" target="_blank" rel="noreferrer noopener">{ _t('Powered by Matrix') }</a>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue