From 638f450b576f0d050524930aa04f85960cd6c436 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Jul 2024 13:50:53 +0200 Subject: [PATCH] fix(dashboard): Fix dashboard icon Signed-off-by: Joas Schilling --- lib/Dashboard/RecommendationWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dashboard/RecommendationWidget.php b/lib/Dashboard/RecommendationWidget.php index c6bf5f77..d35db692 100644 --- a/lib/Dashboard/RecommendationWidget.php +++ b/lib/Dashboard/RecommendationWidget.php @@ -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 {