Skip to content

Commit

Permalink
#1 GeonhaPark | bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunmul committed Jan 2, 2023
1 parent 763c0d6 commit 2fb49b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Navigation = () => {
</Link>
</div>
<Link
to="#"
to="home"
onClick={() => {
window.scrollTo({ top: 0, behavior: 'smooth' });
}}
Expand Down

0 comments on commit 2fb49b2

Please sign in to comment.