Skip to content

Commit

Permalink
Merge pull request #1844 from ResearchHub/various-copy-changes
Browse files Browse the repository at this point in the history
Change Twitter link preview image
  • Loading branch information
TylerDiorio authored Sep 25, 2024
2 parents 52b544d + 576b120 commit ce6da32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ORCID_JWKS_URI = "https://orcid.org/oauth/jwks";
export const ORCID_KID = process.env.ORCID_KID;

export const METATAG_DEFAULT_IMAGE_URL =
"https://www.researchhub.com/static/background/facebook-og.jpg";
"https://www.researchhub.com/static/background/twitter-card-preview.png";

export function nameToUrl(name) {
return encodeURIComponent(name);
Expand Down
Binary file added static/background/twitter-card-preview.png
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 ce6da32

Please sign in to comment.