Skip to content

Commit

Permalink
fix: team scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Oct 30, 2023
1 parent 86bc5eb commit 45e52dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default function Team() {

const scrollOptions = (section:string) => {
const sectionElement = document.querySelector(`#${section}`);
setCurTab(section);
console.log(sectionElement)
// scroll to sectionElement
if (sectionElement) {
Expand Down

0 comments on commit 45e52dd

Please sign in to comment.