Rename icons to avoid issues with theming app

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-06-23 14:05:39 +02:00
committed by Julius Härtl
parent bf52f85c08
commit d584b45114
5 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ class Application extends App {
'id' => 'deck',
'order' => 10,
'href' => $urlGenerator->linkToRoute('deck.page.index'),
'icon' => $urlGenerator->imagePath('deck', 'app.svg'),
'icon' => $urlGenerator->imagePath('deck', 'deck.svg'),
'name' => 'Deck',
];
});