Skip to content

Commit

Permalink
Open science suppported typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koutst committed Aug 26, 2024
1 parent 71962b4 commit 54413c6
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 54413c6

Please sign in to comment.