tbonelee commented on code in PR #4802: URL: https://github.com/apache/zeppelin/pull/4802#discussion_r1731258996
########## zeppelin-web/src/components/navbar/navbar.html: ########## @@ -106,7 +106,7 @@ <li ng-if="ticket.principal && ticket.principal !== 'anonymous'" role="separator" style="margin: 5px 0;" class="divider"></li> <li ng-if="ticket.principal && ticket.principal !== 'anonymous'"><a ng-click="navbar.logout()">Logout</a></li> <li role="separator" style="margin: 5px 0;" class="divider"></li> - <li><a href="/next">Try the new Zeppelin</a></li> + <li><a href="/">Try the new Zeppelin</a></li> Review Comment: Are you suggesting that we should change the "Try the new Zeppelin" text? I initially decided to keep it the same even after switching the default UI, thinking it would be natural for old UI users to see the same wording guiding them to the new UI. Do you have any alternative wordking in mind? -- 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org