Skip to content

Commit effca27

Browse files
update og:image to use new logo (#1658)
1 parent 8f570c8 commit effca27

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
159 KB
Loading

frontends/mit-learn/src/page-components/MetaTags/MetaTags.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const canonicalPathname = (pathname: string) => {
7171
}
7272

7373
const SITE_NAME = APP_SETTINGS.SITE_NAME
74-
const DEFAULT_OG_IMAGE = `${window.origin}/static/images/mit-and-logo.jpg`
74+
const DEFAULT_OG_IMAGE = `${window.origin}/static/images/learn-og-image.jpg`
7575
/**
7676
* Renders a Helmet component to customize meta tags
7777
*/

0 commit comments

Comments
 (0)