Skip to content

Commit

Permalink
Merge pull request #28 from afady/fa-icons
Browse files Browse the repository at this point in the history
update font awesome icons
  • Loading branch information
ddymko authored Aug 9, 2019
2 parents bcf6c11 + 0f1b8da commit c01eb03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/vultr/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ function getAddonMenu()
{
return array(
'productsCreator' => array('icon' => 'fa fa-magic'),
'products' => array('icon' => 'fa fa-magic'),
'products' => array('icon' => 'fa fa-shopping-cart'),
'dns' => array('icon' => 'fa fa-globe'),
'location' => array('icon' => 'fa fa-map'),
'snapshots' => array('icon' => 'fa fa-server'),
'ISO' => array('icon' => 'fa fa-server'),
'location' => array('icon' => 'fa fa-map-marker'),
'snapshots' => array('icon' => 'fa fa-camera'),
'ISO' => array('icon' => 'fa fa-file'),
);
}

Expand Down

0 comments on commit c01eb03

Please sign in to comment.