diff --git a/src/shared/routing/routerInfo.ts b/src/shared/routing/routerInfo.ts index 9094ba4..3b5f6ca 100644 --- a/src/shared/routing/routerInfo.ts +++ b/src/shared/routing/routerInfo.ts @@ -79,7 +79,7 @@ export const routerInfo: routerInfoType[] = [ path: "timetable", element: lazy(() => import("../../pages/Timetable")), english: "Timetable", - korean: "타임테이블", + korean: "실시간 일정", expose: true, mainPage: true, scrollOptions: "never",