fix: Lucide icon type in Sidebar
All checks were successful
Deploy to Coolify / deploy (push) Successful in 3s

This commit is contained in:
Cosmo
2026-04-22 11:26:19 +00:00
parent a6cff75c68
commit 415c34e3ab

View File

@@ -9,7 +9,7 @@ interface SidebarProps {
onChange: (tab: Tab) => void onChange: (tab: Tab) => void
} }
const navItems: { id: Tab; icon: React.ComponentType<{ size?: number; color?: string }> }[] = [ const navItems: { id: Tab; icon: any }[] = [
{ id: 'home', icon: Home }, { id: 'home', icon: Home },
{ id: 'rooms', icon: LayoutGrid }, { id: 'rooms', icon: LayoutGrid },
{ id: 'sensors', icon: Thermometer }, { id: 'sensors', icon: Thermometer },