Skip to content

Commit

Permalink
fix(dashboard): Fix dashboard icon
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Jul 11, 2024
1 parent 7cfdd45 commit 638f450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dashboard/RecommendationWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function getIconClass(): string {
}

public function getIconUrl(): string {
return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('files', 'app.svg'));
return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('files', 'app-dark.svg'));
}

public function getUrl(): ?string {
Expand Down

0 comments on commit 638f450

Please sign in to comment.