Skip to content

Commit

Permalink
Change the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
WebMon9099 committed Oct 28, 2024
1 parent 7e04b39 commit 6036e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/NavigationSider.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function NavigationSider() {
// alt="MENTEE"
// />
<img
src={SmallLogoImage}
src={BigLogoImage}
alt={""}
className={css`
height: 30px;
Expand Down Expand Up @@ -198,7 +198,7 @@ function NavigationSider() {
// alt="MENTEE"
// />
<img
src={SmallLogoImage}
src={BigLogoImage}
alt={""}
className={css`
height: 90px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/pages/HomeLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function HomeLayout({ children, ignoreHomeLayout, allHubData, location }) {
onClick={() => history.push("/")}
/> */}
<img
src={SmallLogoImage}
src={BigLogoImage}
alt={""}
className={css`
position: absolute;
Expand Down

0 comments on commit 6036e96

Please sign in to comment.