Paul-TT commented on a change in pull request #8: URL: https://github.com/apache/pulsar-site/pull/8#discussion_r822855773
########## File path: site2/website-next/src/theme/Navbar/index.js ########## @@ -307,13 +307,7 @@ function Navbar() { setVersion(latestStableVersion); }} /> - <BrowserOnly> - {() => ( - <a className="font-bold underline mr-4 -ml-4" href="/versions/"> - {getVersion() == "master" ? "next" : getVersion()} - </a> - )} - </BrowserOnly> + Review comment: @urfreespace On the website weekly meeting yesterday, it was decided this would be removed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org