fix: non deprecated use of hyperlink (#43)

This commit is contained in:
David Joy
2019-06-21 09:56:05 -04:00
committed by GitHub
parent 81398c8cfd
commit e0c205ce14
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
@import "~@edx/edx-bootstrap/sass/edx/theme";
@import "~@edx/edx-bootstrap/scss/edx/theme";
@import "~bootstrap/scss/bootstrap";
@import './lib/scss/_site-footer.scss';

View File

@@ -120,9 +120,10 @@ class SiteFooter extends React.Component {
<div className="area-1">
<Hyperlink
destination={marketingSiteBaseUrl}
content={<img src={siteLogo.src} alt={siteLogo.altText} />}
aria-label={siteLogo.ariaLabel}
/>
>
<img src={siteLogo.src} alt={siteLogo.altText} />
</Hyperlink>
{showLanguageSelector &&
<div className="i18n d-flex mt-2">
<form