summaryrefslogtreecommitdiffstats
path: root/lib/Settings/Section.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Settings/Section.php')
-rw-r--r--lib/Settings/Section.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Settings/Section.php b/lib/Settings/Section.php
index 5e1e47476..dd0f1ff0c 100644
--- a/lib/Settings/Section.php
+++ b/lib/Settings/Section.php
@@ -4,9 +4,9 @@ namespace OCA\News\Settings;
use OCP\IL10N;
use OCP\IURLGenerator;
-use OCP\Settings\ISection;
+use OCP\Settings\IIconSection;
-class Section implements ISection {
+class Section implements IIconSection {
private $l;
private $url;
@@ -28,6 +28,6 @@ class Section implements ISection {
}
public function getIcon() {
- return $this->url->imagePath('news', 'app.svg');
+ return $this->url->imagePath('news', 'app-dark.svg');
}
} \ No newline at end of file