From b6964bcfa3a16fcf101585e5de367b7265e3994e Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 28 Apr 2017 11:51:14 +0200 Subject: [PATCH] Use proper sidebar icon Signed-off-by: Lukas Reschke --- lib/Settings/Section.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Settings/Section.php b/lib/Settings/Section.php index 8c5be384..7307581e 100644 --- a/lib/Settings/Section.php +++ b/lib/Settings/Section.php @@ -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'); } }