Skip to content

Commit

Permalink
fix: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Oct 30, 2023
1 parent 30edc18 commit cbc3ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down

0 comments on commit cbc3ae0

Please sign in to comment.