feat: course outline header update [FC-0114] (#2823)

Modifies new course outline header and actions
This commit is contained in:
Navin Karkera
2026-01-23 19:38:19 +05:30
committed by GitHub
parent 0db79f3527
commit 89e327b633
14 changed files with 204 additions and 91 deletions

View File

@@ -19,7 +19,6 @@ export interface SidebarPage {
component: React.ComponentType;
icon: React.ComponentType;
title: MessageDescriptor;
hideFromActionMenu?: boolean;
}
type SidebarPages = Record<string, SidebarPage>;