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

rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 64933c2f0 Update navbar.html (#542)
64933c2f0 is described below

commit 64933c2f01ac07397215dbe84f687809efedc7c3
Author: Krishna Dave <krishna.dave2...@nst.rishihood.edu.in>
AuthorDate: Fri May 23 19:27:48 2025 +0530

    Update navbar.html (#542)
    
    * Update navbar.html
    
    * Update navbar.html
    
    Removed the commented part
---
 website/_includes/navbar.html | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/website/_includes/navbar.html b/website/_includes/navbar.html
index aebe719b3..65d1e2e84 100644
--- a/website/_includes/navbar.html
+++ b/website/_includes/navbar.html
@@ -106,17 +106,12 @@
                 <!-- News and Events -->
                 <li class="nav-item dropdown">
                     <a class="nav-link dropdown-toggle"
-                       href="" id="navbarDropdownMenuLink-news-events"
-                       data-toggle="dropdown"
+                       href="/news-and-events/news.html" 
id="navbarDropdownMenuLink-news-events"
                        aria-haspopup="true"
-                       aria-expanded="false">News and Events</a>
+                       aria-expanded="false">Latest Project News</a>
                     <div class="dropdown-menu" 
aria-labelledby="navbarDropdownMenuLink">
                         <a class="dropdown-item"
                            href="/news-and-events/news.html">Latest Project 
News</a>
-                        <a class="dropdown-item"
-                           href="/news-and-events/events.html">Upcoming 
Events</a>
-                        <a class="dropdown-item"
-                           
href="/news-and-events/announcements.html">Announcements</a>
                     </div>
                 </li>
 

Reply via email to