Skip to content

Commit

Permalink
Merge pull request #339 from PrefectHQ/badge
Browse files Browse the repository at this point in the history
"Added in" → "New in" for docs badge
  • Loading branch information
jlowin authored Sep 28, 2024
2 parents 4774b0e + dd4bb35 commit 0c16e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/version-badge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const VersionBadge = ({ version }) => {

return (
<span className="version-badge">
Added in version {version}
New in version {version}
</span>
);
};

0 comments on commit 0c16e9c

Please sign in to comment.