Skip to content

Commit f5da0de

Browse files
committed
fix(navigation): Fix default app icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 5c0fe4c commit f5da0de

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
@@ -355,7 +355,7 @@ private function init(bool $resolveClosures = true): void {
355355
$icon = $this->appManager->getAppIcon($app);
356356
}
357357
if ($icon === null) {
358-
$icon = $this->urlGenerator->imagePath('core', 'default-app-icon');
358+
$icon = $this->urlGenerator->imagePath('core', 'places/default-app-icon.svg');
359359
}
360360

361361
$this->add(array_merge([

0 commit comments

Comments
 (0)