New favicon
This commit is contained in:
parent
cc0a5ff3d2
commit
205eafeb57
4 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export default Em.Component.extend({
|
||||||
|
|
||||||
onGroupSelectionChanged: function(){
|
onGroupSelectionChanged: function(){
|
||||||
var groupSelection = this.get('groupSelection');
|
var groupSelection = this.get('groupSelection');
|
||||||
debugger;
|
|
||||||
if(!Em.isNone(groupSelection)){
|
if(!Em.isNone(groupSelection)){
|
||||||
this.set('activeLights', groupSelection.lights);
|
this.set('activeLights', groupSelection.lights);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
{{content-for 'head'}}
|
{{content-for 'head'}}
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/vendor.css">
|
<link rel="stylesheet" href="assets/vendor.css">
|
||||||
<link rel="stylesheet" href="assets/huegasm.css">
|
<link rel="stylesheet" href="assets/huegasm.css">
|
||||||
|
|
||||||
|
|
|
||||||
BIN
assets/bulb.psd
Normal file
BIN
assets/bulb.psd
Normal file
Binary file not shown.
BIN
public/assets/images/favicon.ico
Normal file
BIN
public/assets/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in a new issue