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' });