Remove commented reference to Font Awesome 4

Signed-off-by: 's avatarMicheal Mand <micheal@kmdwebdesigns.com>
parent a0bebdec
......@@ -82,7 +82,6 @@ return [
'admin-assets' => [
// Css
'bootstrap.css' => ['theme' => 'vendor/bootstrap/dist/css/bootstrap.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'],
......@@ -138,7 +137,6 @@ return [
'admin-required-assets' => [
'css' => [
'bootstrap.css',
// 'font-awesome.css',
'dataTables.bootstrap.css',
'icheck.blue.css',
'AdminLTE.css',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment