Skip to content

Commit

Permalink
Added LM social share. #1001.
Browse files Browse the repository at this point in the history
  • Loading branch information
MillenniumFalconMechanic committed Jul 7, 2021
1 parent 9e8055a commit 6a0f79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/seo/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class SEO extends React.Component {
defaultTitle = EnvironmentService.isLungMAP() ? "LungMAP Data Browser" : "HCA Data Portal",
title = pageTitle ? pageTitle : defaultTitle,
siteURL = EnvironmentService.getCurrentEnvironmentURL(),
twitterImgUrl = `${siteURL}images/hca-twitter.jpg`;
atlas = EnvironmentService.getAtlas(),
twitterImgUrl = `${siteURL}images/${atlas}-twitter.jpg`;
return (
<Helmet>
<meta property="og:title" content={title} />
Expand Down
Binary file added static/images/lungmap-twitter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a0f79d

Please sign in to comment.