mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 01:20:20 +02:00
fix(SidebarNavigation): allow ReactNode for page title
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user