Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 808f165

Browse files
fix(app-about): fix scrollIntoView reference point
1 parent fc11ff2 commit 808f165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/app-about/app-about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export class AppAbout {
231231
}
232232

233233
scrollToForm() {
234-
const form = document.getElementById('about');
234+
const form = document.getElementById('team-photo');
235235
form.scrollIntoView({ block: 'start', behavior: 'smooth' });
236236
}
237237

0 commit comments

Comments
 (0)