Skip to content

Commit

Permalink
fix: change src image to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AuraAlba committed Dec 27, 2023
1 parent b195cf5 commit 3eff08e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed public/images/logoPearson.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/features/Main/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</a>
<h3 className="platform-name">CertPREP Training Center Dashboard</h3>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/features/Main/Header/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ header.institution-header {
}

.header-left img {
max-width: 30px;
height: 1.8rem;
margin-right: 20px;
}

Expand Down

0 comments on commit 3eff08e

Please sign in to comment.