Skip to content

Commit

Permalink
Merge pull request #165 from jaeyo03/main
Browse files Browse the repository at this point in the history
feat : 마이페이지 빈 일정시 이동 기능 추가
  • Loading branch information
jaeyo03 authored Feb 10, 2025
2 parents bb2f712 + 86974f7 commit 637fc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Homepage/components/SearchPreview/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const SearchPreview = () => {

const handleSearchClick = () => {
navigate('/search');
window.scrollTo(0, 0);
};

return (
Expand Down

0 comments on commit 637fc2c

Please sign in to comment.