diff --git a/src/components/SidebarNavigation.ts b/src/components/SidebarNavigation.ts index 3459844..e3aa64b 100644 --- a/src/components/SidebarNavigation.ts +++ b/src/components/SidebarNavigation.ts @@ -16,7 +16,7 @@ export interface SidebarNavigationPage { } export interface SidebarNavigationProps { - title?: string; + title?: ReactNode; pages: (SidebarNavigationPage | 'separator')[]; showTitle?: boolean; disableRouteReporting?: boolean;