From ccc057d7aea011060b22bf3f788cafde14eb2bcd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Jul 2024 08:45:24 +0200 Subject: [PATCH] fix(dashboard): Fix dashboard icon Signed-off-by: Joas Schilling --- lib/Dashboard/TeamDashboardWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dashboard/TeamDashboardWidget.php b/lib/Dashboard/TeamDashboardWidget.php index 278612e63..0ee1ec7c7 100644 --- a/lib/Dashboard/TeamDashboardWidget.php +++ b/lib/Dashboard/TeamDashboardWidget.php @@ -147,7 +147,7 @@ public function getWidgetButtons(string $userId): array { } public function getIconUrl(): string { - return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'circles.svg')); + return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'circles-dark.svg')); } private function getTeamPage(): string {