Skip to content

Commit 724f448

Browse files
committed
dark icon version for the admin navigation
1 parent 3c93419 commit 724f448

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

solid/img/app-dark.svg

Lines changed: 5 additions & 0 deletions
Loading

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('solid', 'app.svg');
18+
return $this->urlGenerator->imagePath('solid', 'app-dark.svg');
1919
}
2020

2121
public function getID(): string {

0 commit comments

Comments
 (0)