Skip to content

Commit

Permalink
Update Font Awesome version
Browse files Browse the repository at this point in the history
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
  • Loading branch information
mikemand committed Feb 5, 2019
1 parent b1e1819 commit 82513be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/asgard/core/core.php
Expand Up @@ -99,8 +99,8 @@
'simplemde.css' => ['theme' => 'vendor/simplemde/dist/simplemde.min.css'],
// Javascript
'bootstrap.js' => ['theme' => 'vendor/bootstrap/dist/js/bootstrap.min.js'],
'font-awesome.js' => ['cdn' => 'https://use.fontawesome.com/releases/v5.6.0/js/all.js'],
'font-awesome-v4-shims.js' => ['cdn' => 'https://use.fontawesome.com/releases/v5.6.0/js/v4-shims.js'],
'font-awesome.js' => ['cdn' => 'https://use.fontawesome.com/releases/v5.7.1/js/all.js'],
'font-awesome-v4-shims.js' => ['cdn' => 'https://use.fontawesome.com/releases/v5.7.1/js/v4-shims.js'],
'mousetrap.js' => ['theme' => 'js/vendor/mousetrap.min.js'],
'alertify.js' => ['theme' => 'js/vendor/alertify/alertify.js'],
'icheck.js' => ['theme' => 'vendor/iCheck/icheck.min.js'],
Expand Down

0 comments on commit 82513be

Please sign in to comment.