diff --git a/static/index.html b/static/index.html index 66e70da..2a727a1 100644 --- a/static/index.html +++ b/static/index.html @@ -3148,6 +3148,7 @@ 'Equipment': { icon: '🔧', color: '#2c3e50' }, 'Appliances': { icon: '🔌', color: '#3b82f6' }, 'Kiosk': { icon: '🏪', color: '#7c3aed' }, + 'Coffee': { icon: '☕', color: '#a16207' }, 'Other': { icon: '📦', color: '#6b7280' }, }; const CATEGORY_UNMAPPED_ICON = '❓';