We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f7484 + 6648aaf commit bed74f2Copy full SHA for bed74f2
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