Skip to content

Commit

Permalink
Merge pull request #768 from nextcloud/backport/767/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(dashboard): Fix dashboard icon
  • Loading branch information
AndyScherzinger authored Jul 11, 2024
2 parents 7cfdd45 + 638f450 commit f287ba9
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 f287ba9

Please sign in to comment.