Skip to content

Commit

Permalink
chore: 클래스 탐색 navigate 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyeon08 committed Jul 4, 2024
1 parent 22f75cb commit 4ba1464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/NotFindMyLesson.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useNavigate } from 'react-router-dom';
export const NotFindMyLesson = () => {
const navigate = useNavigate();
const handleNavigate = () => {
navigate('/findClass'); // 클래스 탐색 탭으로 이동
navigate('/search'); // 클래스 탐색 탭으로 이동
};
return (
<div className='font-hanaRegular text-center mt-14'>
Expand Down

0 comments on commit 4ba1464

Please sign in to comment.