Skip to content

Commit

Permalink
Merge pull request #1820 from ResearchHub/fix-typo-open-science
Browse files Browse the repository at this point in the history
Open science suppporter typo fix
  • Loading branch information
koutst authored Aug 26, 2024
2 parents 71962b4 + 54413c6 commit 7ca919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Author/lib/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getAchievmentDetails = ({
if (achievement === "OPEN_SCIENCE_SUPPORTER") {
return {
icon: <FontAwesomeIcon style={{ color: "black" }} icon={faHandHoldingDollar} fontSize={24} />,
title: "Open Access Advocate",
title: "Open Science Supporter",
details: `Provided funding for open science`,
};
} else if (achievement === "CITED_AUTHOR") {
Expand Down

0 comments on commit 7ca919e

Please sign in to comment.