Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change src image to configuration #25

Merged
merged 1 commit into from
Dec 27, 2023
Merged

fix: change src image to configuration #25

merged 1 commit into from
Dec 27, 2023

Conversation

AuraAlba
Copy link
Contributor

Ticket

https://agile-jira.pearson.com/browse/PADV-903

Description

Change scr logo to get from configurations

Changes made

Change src logo

How to test

Clone the Institution Portal MFE
Run npm install.
Run npm run start
Go to http://localhost:1980/

@@ -13,7 +13,7 @@ export const Header = () => {
<header className="institution-header py-4 px-3">
<div className="header-left d-flex">
<a href={`${getConfig().LMS_BASE_URL}`}>
<img src="/images/logoPearson.png" alt="icon" />
<img src={`${getConfig().LOGO_URL_INSTITUTION}`} alt="icon" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think?

Suggested change
<img src={`${getConfig().LOGO_URL_INSTITUTION}`} alt="icon" />
<img src={`${getConfig().LOGO_INSTITUTION_PORTAL}`} alt="icon" />

src/features/Main/Header/index.scss Show resolved Hide resolved
@AuraAlba AuraAlba merged commit a8469cc into master Dec 27, 2023
2 checks passed
@AuraAlba AuraAlba deleted the fix/PADV-903 branch December 27, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants