fix: Lucide icon type in Sidebar
All checks were successful
Deploy to Coolify / deploy (push) Successful in 3s
All checks were successful
Deploy to Coolify / deploy (push) Successful in 3s
This commit is contained in:
@@ -9,7 +9,7 @@ interface SidebarProps {
|
||||
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: 'rooms', icon: LayoutGrid },
|
||||
{ id: 'sensors', icon: Thermometer },
|
||||
|
||||
Reference in New Issue
Block a user