diff --git a/src/components/dashboard-page/DashboardFeatureWrapper.tsx b/src/components/dashboard-page/DashboardFeatureWrapper.tsx index a4aa4be7e..a1f9bab2f 100644 --- a/src/components/dashboard-page/DashboardFeatureWrapper.tsx +++ b/src/components/dashboard-page/DashboardFeatureWrapper.tsx @@ -53,6 +53,10 @@ const typeToClassMap = { away_mode: ['fa-plane', 'text-info'], vibration: ['fa-water fa-rotate-270'], power_outage_count: ['fa-plug-circle-xmark'], + angle_x: ['fa-x'], + angle_y: ['fa-y'], + angle_z: ['fa-z'], + side: ['fa-cube'], }; const getGenericFeatureIcon = (name: string, value: unknown): string => {