diff --git a/img/app-dark.svg b/img/app-dark.svg new file mode 100644 index 0000000..627af08 --- /dev/null +++ b/img/app-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/Settings/Admin/Section.php b/lib/Settings/Admin/Section.php index ed5cb07..e9791b3 100644 --- a/lib/Settings/Admin/Section.php +++ b/lib/Settings/Admin/Section.php @@ -28,7 +28,7 @@ class Section implements IIconSection public function getIcon(): string { - return $this->url->imagePath('spreed', 'app-dark.svg'); + return $this->url->imagePath('printer', 'app-dark.svg'); } public function getID(): string