Skip to content

Commit

Permalink
feat(DashboardFeatureWrapper): add power_outage_count icon (#1513)
Browse files Browse the repository at this point in the history
Add power_outage_count awesome font icon
  • Loading branch information
xrust83 committed Jul 10, 2022
1 parent 9ecabb8 commit c8f4c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dashboard-page/DashboardFeatureWrapper.tsx
Expand Up @@ -52,6 +52,7 @@ const typeToClassMap = {
holidays_schedule: ['fa-calendar-day', 'text-danger'],
away_mode: ['fa-plane', 'text-info'],
vibration: ['fa-water fa-rotate-270'],
power_outage_count: ['fa-plug-circle-xmark'],
};

const getGenericFeatureIcon = (name: string, value: unknown): string => {
Expand Down

0 comments on commit c8f4c18

Please sign in to comment.