mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 18:08:32 +00:00
Removed white theme
This commit is contained in:
@@ -16,19 +16,11 @@ interface NavItem {
|
||||
}
|
||||
|
||||
interface SidebarLayoutClientProps {
|
||||
themeLabels: {
|
||||
light: string;
|
||||
dark: string;
|
||||
system: string;
|
||||
};
|
||||
navItems: NavItem[];
|
||||
}
|
||||
|
||||
export default function SidebarLayoutClient({
|
||||
themeLabels,
|
||||
navItems,
|
||||
}: SidebarLayoutClientProps) {
|
||||
return (
|
||||
<Header themeLabels={themeLabels} navItems={navItems} />
|
||||
);
|
||||
return <Header navItems={navItems} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user