We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c93419 commit 724f448Copy full SHA for 724f448
2 files changed
solid/img/app-dark.svg
solid/lib/Sections/SolidAdmin.php
@@ -15,7 +15,7 @@ public function __construct(IL10N $l, IURLGenerator $urlGenerator) {
15
}
16
17
public function getIcon(): string {
18
- return $this->urlGenerator->imagePath('solid', 'app.svg');
+ return $this->urlGenerator->imagePath('solid', 'app-dark.svg');
19
20
21
public function getID(): string {
0 commit comments