Skip to content

Commit

Permalink
Use monochrome icon for Dashboard widget header
Browse files Browse the repository at this point in the history
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Aug 11, 2020
1 parent 8f83159 commit 517c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dashboard/RecommendationWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getOrder(): int {
}

public function getIconClass(): string {
return 'icon-folder';
return 'icon-files-dark';
}

public function getUrl(): ?string {
Expand Down

0 comments on commit 517c87b

Please sign in to comment.