Area icon update

This commit is contained in:
Codex Agent
2026-03-08 07:38:51 +00:00
parent 5bfd6530f0
commit f09b59c3d3

View File

@@ -22,7 +22,7 @@ export const categories: Record<string, { label: string; icon: string }> = {
temperature: { label: 'Temperature', icon: '🌡️' }, temperature: { label: 'Temperature', icon: '🌡️' },
volume: { label: 'Volume', icon: '🧪' }, volume: { label: 'Volume', icon: '🧪' },
fluids: { label: 'Fluids', icon: '💧' }, fluids: { label: 'Fluids', icon: '💧' },
area: { label: 'Area', icon: '🟦' }, area: { label: 'Area', icon: '🔳' },
speed: { label: 'Speed / Velocity', icon: '💨' }, speed: { label: 'Speed / Velocity', icon: '💨' },
pressure: { label: 'Pressure', icon: '🔽' }, pressure: { label: 'Pressure', icon: '🔽' },
energy: { label: 'Energy', icon: '⚡' }, energy: { label: 'Energy', icon: '⚡' },