Skip to content

Commit 67a6396

Browse files
committed
fix icon
1 parent 09cfa94 commit 67a6396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid/lib/Sections/SolidAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct(IL10N $l, IURLGenerator $urlGenerator) {
1515
}
1616

1717
public function getIcon(): string {
18-
return $this->urlGenerator->imagePath('core', 'actions/settings-dark.svg');
18+
return $this->urlGenerator->imagePath('solid', 'app.svg');
1919
}
2020

2121
public function getID(): string {

0 commit comments

Comments
 (0)