diff --git a/sites/mainweb/app/team/page.tsx b/sites/mainweb/app/team/page.tsx index f923108..3962a1f 100644 --- a/sites/mainweb/app/team/page.tsx +++ b/sites/mainweb/app/team/page.tsx @@ -68,8 +68,8 @@ const Team = () => { Aditi oversees all operations of DSGT, leading the executive board and coordinating with faculty and industry partners to shape the future of data science at GT. - - Nitika leads Hacklytics, DSGT's flagship datathon. She manages corporate sponsorships, event organization, and networking initiatives. + + Nikita leads Hacklytics, DSGT's flagship datathon. She manages corporate sponsorships, event organization, and networking initiatives. @@ -92,10 +92,6 @@ const Team = () => { Aryan manages room bookings, catering, and volunteer coordination, ensuring technical workshops and socials execute perfectly. - - Sarvesh manages relationships with external organizations, coordinating outreach and industrial engagement for DSGT initiatives. - - Vidhi develops strategic partnerships and manages sponsor communications to support club initiatives and industry collaboration. diff --git a/sites/mainweb/components/Navbar/index.tsx b/sites/mainweb/components/Navbar/index.tsx index e41b117..1e39152 100644 --- a/sites/mainweb/components/Navbar/index.tsx +++ b/sites/mainweb/components/Navbar/index.tsx @@ -91,10 +91,6 @@ const Navbar: React.FC = ({ screen_width, page, className = "" }) = return ( <> - {/* Main Nav Bar: - On mobile, we use a slightly darker, more opaque background - to ensure visibility over content. - */}