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' },