Add History icon to AppIcon registry
Portal sidebar was rendering nothing for the history app entry because History was missing from the Lucide icon map. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
63b6240c22
commit
567e5bf73e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import {
|
||||||
ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag,
|
ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag,
|
||||||
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
|
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
|
||||||
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
||||||
Wrench, BarChart2, Monitor,
|
Wrench, BarChart2, Monitor, History,
|
||||||
} from 'lucide-react'
|
} from 'lucide-react'
|
||||||
import type { LucideProps } from 'lucide-react'
|
import type { LucideProps } from 'lucide-react'
|
||||||
|
|
||||||
|
|
@ -12,7 +12,7 @@ const iconMap: Record<string, IconComponent> = {
|
||||||
ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag,
|
ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag,
|
||||||
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
|
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
|
||||||
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
||||||
Wrench, BarChart2, Monitor,
|
Wrench, BarChart2, Monitor, History,
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue