From 6648aaffa0b8a5096ea48f93ea7f5af47f77aec3 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 5 Mar 2024 17:31:07 +0100 Subject: [PATCH] fix(dashboard): Fix path to app icon Signed-off-by: Jonas --- 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 5c97f42ee..278612e63 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', 'app.svg')); + return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'circles.svg')); } private function getTeamPage(): string {