diff --git a/composer.json b/composer.json index 8c78b0c..12c29f1 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,6 @@ "creativeorange/gravatar": "^1.0", "orchestra/asset": "^4.0" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/leenooks/laravel-theme" - } - ], "require-dev": { }, "autoload": { diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index 42e88fc..256594d 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -39,7 +39,12 @@ @if(file_exists('css/fixes.css')) - + @endif + + @if(file_exists('css/fixes.css')) + + + @endif \ No newline at end of file