Skip to content

Commit 544b47c

Browse files
Merge pull request #60133 from nextcloud/backport/59922/stable33
[stable33] fix(navigation): Fix default app icon
2 parents aa67d8b + 0b9fc98 commit 544b47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/NavigationManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ private function init(bool $resolveClosures = true): void {
382382
$icon = $this->appManager->getAppIcon($app);
383383
}
384384
if ($icon === null) {
385-
$icon = $this->urlGenerator->imagePath('core', 'default-app-icon');
385+
$icon = $this->urlGenerator->imagePath('core', 'places/default-app-icon.svg');
386386
}
387387

388388
$this->add(array_merge([

0 commit comments

Comments
 (0)