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 2, 2024
1 parent 4a6974f commit 30ed8c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class SiteFooter extends React.Component {
<ul className="logo-list">
<li>{intl.formatMessage(messages['footer.poweredby.text'])}</li>
<li>
<a href="https://docs.tutor.overhang.io" rel="noreferrer" target="_blank">
<a href="https://docs.tutor.edly.io/" 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 30ed8c8

Please sign in to comment.