Skip to content

Commit

Permalink
Added missing logo assets
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 26, 2019
1 parent 40318ac commit 38a340f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added assets/bees/horizonboxbee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bees/socketbee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions bees/horizonboxbee/horizonboxbeefactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ func (factory *HorizonBoxBeeFactory) Description() string {
return "A bee observing the state of a UnityMedia HorizonBox"
}

// // Image returns the filename of an image for this Bee.
// func (factory *HorizonBoxBeeFactory) Image() string {
// return factory.ID() + ".png"
// }
// Image returns the filename of an image for this Bee.
func (factory *HorizonBoxBeeFactory) Image() string {
return factory.ID() + ".png"
}

// LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *HorizonBoxBeeFactory) LogoColor() string {
Expand Down
2 changes: 1 addition & 1 deletion bees/socketbee/socketbeefactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (factory *SocketBeeFactory) Description() string {

// Image returns the filename of an image for this Bee.
func (factory *SocketBeeFactory) Image() string {
return "socketbee.png"
return factory.ID() + ".png"
}

// LogoColor returns the preferred logo background color (used by the admin interface).
Expand Down

0 comments on commit 38a340f

Please sign in to comment.