修改 ICON 和部門資料
This commit is contained in:
@@ -27,6 +27,11 @@ import {
|
||||
Volume2,
|
||||
Search,
|
||||
BarChart3,
|
||||
Camera,
|
||||
Smartphone,
|
||||
Monitor,
|
||||
Globe,
|
||||
FileText,
|
||||
} from "lucide-react"
|
||||
import { useAuth } from "@/contexts/auth-context"
|
||||
import { LikeButton } from "@/components/like-button"
|
||||
@@ -54,9 +59,14 @@ const getIconComponent = (iconName: string) => {
|
||||
'MessageSquare': MessageSquare,
|
||||
'Zap': Zap,
|
||||
'TrendingUp': TrendingUp,
|
||||
'Camera': Camera,
|
||||
'Smartphone': Smartphone,
|
||||
'Monitor': Monitor,
|
||||
'Globe': Globe,
|
||||
'FileText': FileText,
|
||||
};
|
||||
|
||||
return iconMap[iconName] || Brain;
|
||||
return iconMap[iconName] || Bot;
|
||||
}
|
||||
|
||||
// App data for team apps - get from team data
|
||||
|
Reference in New Issue
Block a user