You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on an MFE branding/customization and testing the dashboard MFE locally, I noticed that the brand logo wasn't being overridden.
I tried overriding the logo with both possible options:
Added a URL for LOGO_URL in the environment variable through .env.development
Replaced the logo asset/image in the brand repository that I created
Possible Cause
Further digging into this, I noticed that the logo URL in the dashboard MFE's BrandLogo component is hardcoded. I assume this means it would never care for any logo URLs added through environment vars.
Steps to reproduce
Setup learner dashboard MFE locally, add a value for LOGO_URL in the .env.development
Load the dashboard, You should see the edX logo instead of the one from the manually added URL in step# 1.
Expected behavior
The Brand logo is overridable through the URL added in the environment variables
The text was updated successfully, but these errors were encountered:
Description:
While working on an MFE branding/customization and testing the dashboard MFE locally, I noticed that the brand logo wasn't being overridden.
I tried overriding the logo with both possible options:
.env.development
Possible Cause
Further digging into this, I noticed that the logo URL in the dashboard MFE's BrandLogo component is hardcoded. I assume this means it would never care for any logo URLs added through environment vars.
Steps to reproduce
LOGO_URL
in the .env.developmentExpected behavior
The text was updated successfully, but these errors were encountered: