Skip to content

Commit

Permalink
add new svg logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Aug 9, 2024
1 parent 220b4d4 commit 8687b38
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions frontends/mit-learn/public/images/mit-logo-learn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontends/ol-utilities/src/components/MITLogoLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"

const PUBLIC_URL = APP_SETTINGS.PUBLIC_URL
const HOME_URL = `${PUBLIC_URL}/`
const MIT_LOGO_URL = `${PUBLIC_URL}/static/images/mit-logo-transparent4.svg`
const MIT_LOGO_URL = `${PUBLIC_URL}/static/images/mit-logo-learn.svg`

interface Props {
href?: string
Expand Down

0 comments on commit 8687b38

Please sign in to comment.