Skip to content

Commit

Permalink
Merge pull request #171 from SCBJ-7/feature/#167-navToSearchFilter
Browse files Browse the repository at this point in the history
[#167] 홈 - 검색필터 => 일정선택 페이지로 라우팅 변경
  • Loading branch information
Bumang-Cyber authored Jan 24, 2024
2 parents 8aacfb5 + 998ed6b commit fdb8077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NavToSearchSection = () => {
const navigate = useNavigate();

return (
<S.Container onClick={() => navigate(PATH.SEARCHLIST)}>
<S.Container onClick={() => navigate(PATH.SEARCH_FILTER)}>
<h4>어떤 호텔을 찾으세요?</h4>
<S.SearchIcon />
</S.Container>
Expand Down

0 comments on commit fdb8077

Please sign in to comment.