Skip to content

Commit 6648aaf

Browse files
committed
fix(dashboard): Fix path to app icon
Signed-off-by: Jonas <jonas@freesources.org>
1 parent 95f7484 commit 6648aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Dashboard/TeamDashboardWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function getWidgetButtons(string $userId): array {
147147
}
148148

149149
public function getIconUrl(): string {
150-
return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'app.svg'));
150+
return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'circles.svg'));
151151
}
152152

153153
private function getTeamPage(): string {

0 commit comments

Comments
 (0)