@@ -22,8 +22,8 @@ import { Component } from '@angular/core';
})
export class StatusCardsComponent {
statusCards = [
- { title: 'Light', on: true, type: 'primary', icon: 'ion-ios-game-controller-b-outline' },
- { title: 'RollerShades', on: true, type: 'success', icon: 'ion-ios-game-controller-b-outline' },
+ { title: 'Light', on: true, type: 'primary', icon: 'ion-ios-lightbulb-outline' },
+ { title: 'Roller Shades', on: true, type: 'success', icon: 'ion-ios-photos-outline' },
{ title: 'Wireless Audio', on: true, type: 'info', icon: 'ion-ios-game-controller-b-outline' },
{ title: 'Coffee Maker', on: true, type: 'warning', icon: 'ion-ios-game-controller-b-outline' },
];
diff --git a/src/app/pages/dashboard/team/team.component.html b/src/app/pages/dashboard/team/team.component.html
index 60f7b253..5cd85c3f 100644
--- a/src/app/pages/dashboard/team/team.component.html
+++ b/src/app/pages/dashboard/team/team.component.html
@@ -1,4 +1,4 @@
-
+
diff --git a/src/app/pages/dashboard/temperature/temperature.component.html b/src/app/pages/dashboard/temperature/temperature.component.html
index f9eeda97..e4010572 100644
--- a/src/app/pages/dashboard/temperature/temperature.component.html
+++ b/src/app/pages/dashboard/temperature/temperature.component.html
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@