summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 2f7c3d868..be667547a 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -19,7 +19,7 @@ require_once \OC_App::getAppPath('news') . '/appinfo/bootstrap.php';
'id' => 'news',
'order' => 74,
'href' => \OC_Helper::linkToRoute('news_index'),
- 'icon' => \OC_Helper::imagePath( 'news', 'icon.svg' ),
+ 'icon' => \OC_Helper::imagePath( 'news', 'news.svg' ),
'name' => \OC_L10N::get('news')->t('News')
));