Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Aug 25, 2015
1 parent e2d96d3 commit e1b936f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SidebarMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
],
],
Expand Down

0 comments on commit e1b936f

Please sign in to comment.