diff --git a/frontend/components/Dashboard/DashboardTabBar.tsx b/frontend/components/Dashboard/DashboardTabBar.tsx index 39d1da0ce..f696c5fe1 100644 --- a/frontend/components/Dashboard/DashboardTabBar.tsx +++ b/frontend/components/Dashboard/DashboardTabBar.tsx @@ -73,7 +73,7 @@ function DashboardTabBar(props: DashboardTabsProps) { const handleChange = useCallback( (_: SyntheticEvent, newValue: number) => { setValue(newValue) - Router.push(`/courses/${slug}${routes[newValue].path}`) + Router.push(`/admin/courses/${slug}${routes[newValue].path}`) }, [slug], ) @@ -86,7 +86,7 @@ function DashboardTabBar(props: DashboardTabsProps) { variant="fullWidth" value={value} onChange={handleChange} - textColor="inherit" + textColor="primary" indicatorColor="secondary" aria-label="course dashboard navi" >