Skip to content

Commit

Permalink
fix: update tutor logo link url
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Jun 24, 2024
1 parent 2b7694a commit 61df57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class SiteFooter extends React.Component {
<li>
<a href="https://edly.io/tutor/" rel="noreferrer" target="_blank">
<img
src={`${config.LMS_BASE_URL}/theming/asset/imgs/tutor-logo.png`}
src={`${config.LMS_BASE_URL}/theming/asset/images/tutor-logo.png`}
alt={intl.formatMessage(messages['footer.tutorlogo.altText'])}
width="57"
/>
Expand Down

0 comments on commit 61df57d

Please sign in to comment.