diff --git a/src/deck-components/SidebarNavigation.tsx b/src/deck-components/SidebarNavigation.tsx index 10ad495..167178f 100644 --- a/src/deck-components/SidebarNavigation.tsx +++ b/src/deck-components/SidebarNavigation.tsx @@ -3,7 +3,7 @@ import { ReactNode, VFC } from 'react'; import { Module, findModuleChild } from '../webpack'; export interface SidebarNavigationPage { - title: string; + title: ReactNode; content: ReactNode; icon?: ReactNode; visible?: boolean;