Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-11-02 19:56:18 +0300
committerdartcafe <github@dartcafe.de>2017-11-02 19:56:18 +0300
commit7110e0cf80e508a9a727b216bcc225bc1dfd61e4 (patch)
treeecea5f189d03b3be8705432d0d7f2880c66aae29 /lib
parent90e1e15ea8b3e33beda2bcfe752da371ef6fffe0 (diff)
last sync
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 810362d7..7febc09d 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -158,7 +158,7 @@ class Application extends App {
'id' => 'polls',
'order' => 77,
'href' => $urlGenerator->linkToRoute('polls.page.index'),
- 'icon' => $urlGenerator->imagePath('polls', 'app-logo-polls.svg'),
+ 'icon' => $urlGenerator->imagePath('polls', 'app.svg'),
'name' => $l10n->t('Polls')
];
});