Fix file_exist check for custom.css

This commit is contained in:
Deon George 2019-11-17 23:26:12 +11:00
parent 1096f0e28d
commit 41b320a5b9

View File

@ -43,7 +43,7 @@
<link rel="stylesheet" href="{{ asset('/css/fixes.css') }}">
@endif
@if(file_exists('css/fixes.css'))
@if(file_exists('css/custom.css'))
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ asset('/css/custom.css') }}">
@endif