From cbc3ae0c649309d23270702372f6fe5873b79235 Mon Sep 17 00:00:00 2001 From: anirudh Date: Mon, 30 Oct 2023 20:00:03 +0530 Subject: [PATCH] fix: stuff --- web/app/team/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/team/page.tsx b/web/app/team/page.tsx index 046189b..4f1c553 100644 --- a/web/app/team/page.tsx +++ b/web/app/team/page.tsx @@ -29,7 +29,7 @@ export default function Team() { const scrollOptions = (section:string) => { const sectionElement = document.querySelector(`#${section}`); - console.log(sectionElement) + // console.log(sectionElement) // scroll to sectionElement if (sectionElement) { sectionElement.scrollIntoView({ behavior:'smooth' });