Register Zap and Thermometer icons for utilities and hvac apps
Both apps were seeded in auth/src/db.js with icon names not present in AppIcon's iconMap, so the sidebar/dashboard rendered no icon.
This commit is contained in:
parent
25afbc726a
commit
709e83b6d5
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import {
|
|||
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
|
||||
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
||||
Wrench, BarChart2, Monitor, History, Armchair, UtensilsCrossed,
|
||||
DollarSign, CalendarDays,
|
||||
DollarSign, CalendarDays, Zap, Thermometer,
|
||||
} from 'lucide-react'
|
||||
import type { LucideProps } from 'lucide-react'
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ const iconMap: Record<string, IconComponent> = {
|
|||
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
|
||||
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
||||
Wrench, BarChart2, Monitor, History, Armchair, UtensilsCrossed,
|
||||
DollarSign, CalendarDays,
|
||||
DollarSign, CalendarDays, Zap, Thermometer,
|
||||
}
|
||||
|
||||
interface Props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue