We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cfa94 commit 67a6396Copy full SHA for 67a6396
1 file changed
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('core', 'actions/settings-dark.svg');
+ return $this->urlGenerator->imagePath('solid', 'app.svg');
19
20
21
public function getID(): string {
0 commit comments