Skip to content

Commit

Permalink
update the footer logo (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc authored Aug 28, 2024
1 parent c6e6c21 commit 694edc1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions frontends/mit-learn/public/images/mit_logo_std_cmyk_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions frontends/mit-learn/src/page-components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ const FooterLeftContainer = styled.div(({ theme }) => ({
}))

const FooterLogo = styled(MITLogoLink)(({ theme }) => ({
width: "95.405px",
height: "47px",
[theme.breakpoints.down("md")]: {
width: "80px",
height: "39.411px",
img: {
height: "48px",
[theme.breakpoints.down("md")]: {
height: "40px",
},
},
}))

Expand Down Expand Up @@ -149,7 +149,7 @@ const Footer: FunctionComponent = () => {
<FooterLeftContainer>
<FooterLogo
href="https://mit.edu/"
src="/static/images/mit-logo-transparent5.svg"
src="/static/images/mit_logo_std_cmyk_black.svg"
/>
<FooterAddress data-testid="footer-address">
Massachusetts Institute of Technology
Expand Down

0 comments on commit 694edc1

Please sign in to comment.