Skip to content

Commit

Permalink
feat: Update Logo's to point to theming instead of the static indigo …
Browse files Browse the repository at this point in the history
…theme
  • Loading branch information
misilot committed Apr 4, 2024
1 parent 8e61560 commit d5c4c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class SiteFooter extends React.Component {
<li>
<a href="https://edly.io/tutor/" rel="noreferrer" target="_blank">
<Image
src={`${config.LMS_BASE_URL}/static/indigo/images/tutor-logo.png`}
src={`${config.LMS_BASE_URL}/theming/asset/images/tutor-logo.png`}
alt={intl.formatMessage(messages['footer.tutorlogo.altText'])}
width="57"
/>
Expand All @@ -64,7 +64,7 @@ class SiteFooter extends React.Component {
<li>
<a href="https://open.edx.org" rel="noreferrer" target="_blank">
<Image
src={logo || `${config.LMS_BASE_URL}/static/indigo/images/openedx-logo.png`}
src={logo || `${config.LMS_BASE_URL}/theming/asset/images/openedx-logo.png`}
alt={intl.formatMessage(messages['footer.logo.altText'])}
width="79"
/>
Expand Down

0 comments on commit d5c4c58

Please sign in to comment.