Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Oct 4, 2024
1 parent 09cfa94 commit 67a6396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid/lib/Sections/SolidAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct(IL10N $l, IURLGenerator $urlGenerator) {
}

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

public function getID(): string {
Expand Down

0 comments on commit 67a6396

Please sign in to comment.