diff --git a/appinfo/app.php b/appinfo/app.php index 32b8b5c2..bbd83d15 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -36,7 +36,7 @@ $navigationEntry = function () use ($c) { 'id' => 'richdocuments_index', 'order' => 2, 'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'), - 'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'documents.svg'), + 'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'app.svg'), 'name' => $c->query('L10N')->t('Office') ]; }; diff --git a/img/documents.png b/img/app.png similarity index 100% rename from img/documents.png rename to img/app.png diff --git a/img/documents.svg b/img/app.svg similarity index 100% rename from img/documents.svg rename to img/app.svg