From e1b936fe184acb7ee5c5a3baa8ccf83bea25af29 Mon Sep 17 00:00:00 2001 From: Andrey Klochok Date: Tue, 25 Aug 2015 17:14:49 +0300 Subject: [PATCH] Fix icons --- src/SidebarMenu.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SidebarMenu.php b/src/SidebarMenu.php index 5901c0d4..1e31b25f 100644 --- a/src/SidebarMenu.php +++ b/src/SidebarMenu.php @@ -29,17 +29,14 @@ class SidebarMenu extends \hipanel\base\Menu implements \yii\base\BootstrapInter 'payments' => [ 'label' => 'Payments', 'url' => ['/finance/bill/index'], - 'icon' => 'fa-money', ], 'deposit' => [ 'label' => 'Recharge account', 'url' => ['/finance/bill/deposit'], - 'icon' => 'fa-credit-card', ], 'tariffs' => [ 'label' => 'Tariffs', 'url' => ['/finance/tariff/index'], - 'icon' => 'fa-circle-o', ], ], ],