From a89f35ea8909f204a225c606c998d8df30317413 Mon Sep 17 00:00:00 2001 From: Sathish Dath Date: Fri, 23 Jan 2026 16:50:36 +0530 Subject: [PATCH] navbar --- components/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/NavBar.tsx b/components/NavBar.tsx index 9be03de..249c98b 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -7,7 +7,7 @@ import { useEffect, useState } from 'react' const Links = [ { href: '/', label: 'Home' }, { href: '/about', label: 'About' }, - // { href: '/committee', label: 'Committee' }, + { href: '/committee', label: 'Committee' }, // { href: '/speakers', label: 'Speakers' }, // { href: '/papers', label: 'Call for Papers' }, // { href: '/awards', label: 'Awards' },