Skip to content

Commit

Permalink
chore(files): Reuse star icon from core
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jan 13, 2025
1 parent 15918a9 commit a0453bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/files/img/app-favorite.svg

This file was deleted.

2 changes: 1 addition & 1 deletion apps/files/lib/Dashboard/FavoriteWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getIconClass(): string {

public function getIconUrl(): string {
return $this->urlGenerator->getAbsoluteURL(
$this->urlGenerator->imagePath('files', 'app-favorite.svg')
$this->urlGenerator->imagePath('core', 'actions/star.svg')
);
}

Expand Down

0 comments on commit a0453bf

Please sign in to comment.