fix: non deprecated use of hyperlink (#43)
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user