Skip to content

Commit

Permalink
Update DashboardFeatureWrapper.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xrust83 authored and nurikk committed Oct 4, 2023
1 parent 91a3b3f commit b8c1d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard-page/DashboardFeatureWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const typeToClassMap = {
state: ['fa-star-half-alt'],
brightness: ['fa-sun'],
occupancy: ['fa-walking'],
presence: ['fa-walking'],
presence: ['fa-person-rays'],
current: ['fa-copyright', 'text-warning'],
power: ['fa-power-off', 'text-success'],
energy: ['fa-plug', 'text-info'],
Expand Down

0 comments on commit b8c1d9c

Please sign in to comment.