Skip to content

Commit

Permalink
Use proper sidebar icon
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Apr 28, 2017
1 parent 7b461bb commit b6964bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Settings/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public function getPriority() {
*/
public function getIcon() {
// TODO: Jan needs to create a proper icon
return $this->url->imagePath('logreader', 'app-dark.svg');
return $this->url->imagePath('guests', 'app-dark.svg');
}
}

0 comments on commit b6964bc

Please sign in to comment.