Skip to content

Commit

Permalink
feat : 마이페이지 빈 일정시 이동 기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyo03 committed Feb 10, 2025
1 parent 5e2c619 commit 86974f7
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 86974f7

Please sign in to comment.