Skip to content

Commit

Permalink
Fix - recommended version banner shows same version two times
Browse files Browse the repository at this point in the history
  • Loading branch information
visortelle committed Feb 29, 2024
1 parent b7ada2f commit 33fa4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocVersionBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function LatestVersionSuggestionLabel({ versionLabel, to, onClick }) {
),
}}
>
{"We recommend you use the {latestVersionLink} ({versionLabel})."}
{"We recommend you use the {latestVersionLink}."}
</Translate>
);
}
Expand Down

0 comments on commit 33fa4cb

Please sign in to comment.