Skip to content

Commit 305e5e8

Browse files
committed
feat: 나의 할일 페이지 경로 수정
1 parent 2b2e59a commit 305e5e8

File tree

1 file changed

+1
-1
lines changed
  • src/shared/component/Layout/layoutHeader

1 file changed

+1
-1
lines changed

src/shared/component/Layout/layoutHeader/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import UserModal from '@/common/component/UserModal/UserModal';
1313
import { useAuthStore } from '@/store/useAuthStore';
1414

1515
const MENUS = [
16-
{ label: '나의 할 일', path: PATH.TODO },
16+
{ label: '나의 할 일', path: PATH.TODO_MY },
1717
{ label: '나의 만다라트', path: PATH.MANDAL },
1818
{ label: '나의 히스토리', path: PATH.HISTORY },
1919
];

0 commit comments

Comments
 (0)