Skip to content

Commit

Permalink
fix: get brand logo file path from env
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz-shabbir05 committed Sep 8, 2023
1 parent 5dc89d7 commit 5042170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/LearnerDashboardHeader/BrandLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const BrandLogo = () => {
<a href={dashboard?.url || '/'} className="mx-auto">
<img
className="logo py-3"
src="https://edx-cdn.org/v3/prod/logo.svg"
src={process.env.LOGO_URL}
alt={formatMessage(messages.logoAltText)}
/>
</a>
Expand Down

0 comments on commit 5042170

Please sign in to comment.