Skip to content

Commit

Permalink
fix: non deprecated use of hyperlink (openedx#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoy authored Jun 21, 2019
1 parent 81398c8 commit e0c205c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
@@ -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';
5 changes: 3 additions & 2 deletions src/lib/components/SiteFooter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0c205c

Please # to comment.