Skip to content

Commit

Permalink
Merge pull request #1630 from nextcloud/bugfix/noid/fix-dashboard-icon
Browse files Browse the repository at this point in the history
fix(dashboard): Fix dashboard icon
  • Loading branch information
nickvergessen authored Jul 12, 2024
2 parents fee7ccf + d007a06 commit 7e8e76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dashboard/TeamDashboardWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getWidgetButtons(string $userId): array {
}

public function getIconUrl(): string {
return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'circles.svg'));
return $this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('circles', 'circles-dark.svg'));
}

private function getTeamPage(): string {
Expand Down

0 comments on commit 7e8e76a

Please sign in to comment.