Skip to content

Commit

Permalink
Update fontawesome location
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Mar 18, 2018
1 parent a471f31 commit d75d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/core.php
Expand Up @@ -82,7 +82,7 @@
'admin-assets' => [
// Css
'bootstrap.css' => ['theme' => 'vendor/bootstrap/dist/css/bootstrap.min.css'],
'font-awesome.css' => ['theme' => 'vendor/font-awesome/css/font-awesome.min.css'],
'font-awesome.css' => ['cdn' => 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'],
'alertify.core.css' => ['theme' => 'css/vendor/alertify/alertify.core.css'],
'alertify.default.css' => ['theme' => 'css/vendor/alertify/alertify.default.css'],
'dataTables.bootstrap.css' => ['theme' => 'vendor/datatables.net-bs/css/dataTables.bootstrap.min.css'],
Expand Down

0 comments on commit d75d873

Please sign in to comment.