Skip to content

Commit 66bfe28

Browse files
author
Roman Snapko
committed
Add "Policy & Governance" to domain-icons mapping
1 parent d324a80 commit 66bfe28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/ui-components/src/components/flow-template/domain-icons.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {
22
AlertTriangle,
3+
FileBadge,
34
Gauge,
45
LucideIcon,
56
PieChart,
@@ -11,4 +12,5 @@ export const DOMAIN_ICON_SUGGESTIONS: Record<string, LucideIcon> = {
1112
'Anomaly Management': AlertTriangle,
1213
'Rate Optimization': TrendingUp,
1314
'Workload Optimization': Gauge,
15+
'Policy & Governance': FileBadge,
1416
};

0 commit comments

Comments
 (0)