This is an automated email from the ASF dual-hosted git repository.

visortelle pushed a commit to branch remove-version-duplicate
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 33fa4cb5d4cf7421e87dd1982283c7387ddfa3a7
Author: visortelle <[email protected]>
AuthorDate: Thu Feb 29 23:15:29 2024 +0400

    Fix - recommended version banner shows same version two times
---
 src/theme/DocVersionBanner/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/theme/DocVersionBanner/index.js 
b/src/theme/DocVersionBanner/index.js
index ff19535efc0f..f8c77655df3c 100644
--- a/src/theme/DocVersionBanner/index.js
+++ b/src/theme/DocVersionBanner/index.js
@@ -101,7 +101,7 @@ function LatestVersionSuggestionLabel({ versionLabel, to, 
onClick }) {
         ),
       }}
     >
-      {"We recommend you use the {latestVersionLink} ({versionLabel})."}
+      {"We recommend you use the {latestVersionLink}."}
     </Translate>
   );
 }

Reply via email to