Area icon update
This commit is contained in:
@@ -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: '⚡' },
|
||||||
|
|||||||
Reference in New Issue
Block a user