fix of css on not approved

This commit is contained in:
Thomas G 2022-08-08 04:09:35 +10:00
parent 0b3e8b78c0
commit ddc9c0d628
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
@auth
@switch (Auth::user()->settings->theme)
@case(3)
<link href="{{ asset('css/app.css?id=' . Str::random(8)) }}" rel="stylesheet">
<link href="{{ asset('css/appdark.css?id=' . Str::random(8)) }}" rel="stylesheet">
@break
@case(2)