We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f7484 commit 6648aafCopy full SHA for 6648aaf
lib/Dashboard/TeamDashboardWidget.php
@@ -147,7 +147,7 @@ public function getWidgetButtons(string $userId): array {
147
}
148
149
public function getIconUrl(): string {
150
- return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'app.svg'));
+ return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'circles.svg'));
151
152
153
private function getTeamPage(): string {
0 commit comments