Skip to content

Commit

Permalink
Merge pull request #166 from Jeju-Month/main
Browse files Browse the repository at this point in the history
main 머지
  • Loading branch information
jaeyo03 authored Feb 10, 2025
2 parents 7433372 + 637fc2c commit d0ed245
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 d0ed245

Please sign in to comment.