diff --git a/src/components/molecules/NotFindMyLesson.tsx b/src/components/molecules/NotFindMyLesson.tsx index 8b44b00..3ed4d5f 100644 --- a/src/components/molecules/NotFindMyLesson.tsx +++ b/src/components/molecules/NotFindMyLesson.tsx @@ -3,7 +3,7 @@ import { useNavigate } from 'react-router-dom'; export const NotFindMyLesson = () => { const navigate = useNavigate(); const handleNavigate = () => { - navigate('/findClass'); // 클래스 탐색 탭으로 이동 + navigate('/search'); // 클래스 탐색 탭으로 이동 }; return (