Skip to content

Commit bed74f2

Browse files
authored
Merge pull request #1520 from nextcloud/fix/teams_icon
fix(dashboard): Add `icon-teams` CSS class and fix path to app icon
2 parents 95f7484 + 6648aaf commit bed74f2

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)