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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b2a78c4  update
b2a78c4 is described below

commit b2a78c4cc04414242c50408255d533c2105a6a29
Author: LiLi <[email protected]>
AuthorDate: Thu Jan 27 10:18:34 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 site2/website-next/src/theme/Navbar/index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/website-next/src/theme/Navbar/index.js 
b/site2/website-next/src/theme/Navbar/index.js
index 31ae1e9..3759d4c 100644
--- a/site2/website-next/src/theme/Navbar/index.js
+++ b/site2/website-next/src/theme/Navbar/index.js
@@ -304,9 +304,9 @@ function Navbar() {
               setVersion(latestStableVersion);
             }}
           />
-          <a className="font-bold underline mr-4 -ml-4" href="/versions/">
+          {/* <a className="font-bold underline mr-4 -ml-4" href="/versions/">
             {getVersion() == "master" ? "next" : getVersion()}
-          </a>
+          </a> */}
           {leftItems.map((item, i) => {
             if (item.label == "REST APIs") {
               item.items = item.items.map((e) => {

Reply via email to