Merge pull request #60 from edx/home-link

add aria-label for edX Home
This commit is contained in:
albemarle
2018-12-19 15:29:57 -05:00
committed by GitHub

View File

@@ -18,10 +18,10 @@ export default function Footer() {
>
<div className="max-width-1180 d-grid">
<div className="area-1">
<Hyperlink destination="https://www.edx.org/" content={renderLogo()} />
<Hyperlink destination="https://www.edx.org/" content={renderLogo()} aria-label="edX Home" />
</div>
<div className="area-2">
<h2>edx</h2>
<h2>edX</h2>
<ul className="list-unstyled p-0 m-0">
<li><a href="https://www.edx.org/about-us">About</a></li>
<li><a href="https://www.edx.org/enterprise">edX for Business</a></li>