diff --git a/backend/views/layouts/menu_items.php b/backend/views/layouts/menu_items.php index 165fddf..93a0522 100755 --- a/backend/views/layouts/menu_items.php +++ b/backend/views/layouts/menu_items.php @@ -139,12 +139,12 @@ [ 'label' => \Yii::t('catalog', 'Categories'), 'url' => [ 'blog-category/index' ], - 'icon' => 'file-text', + 'icon' => 'book', ], [ 'label' => \Yii::t('catalog', 'Tags'), 'url' => [ 'blog-tag/index' ], - 'icon' => 'file-text', + 'icon' => 'tag', ], ], ], -- libgit2 0.21.4