Update other old references

This commit is contained in:
Darko Gjorgjijoski
2024-01-28 00:35:15 +01:00
parent bd8283d204
commit 650644df0a
11 changed files with 14 additions and 14 deletions

View File

@@ -26,7 +26,7 @@
<body
class="h-full overflow-hidden bg-gray-100 font-base
@if(isset($current_theme)) theme-{{ $current_theme }} @else theme-{{get_app_setting('admin_portal_theme') ?? 'crater'}} @endif ">
@if(isset($current_theme)) theme-{{ $current_theme }} @else theme-{{get_app_setting('admin_portal_theme') ?? 'invoiceshelf'}} @endif ">
<!-- Module Scripts -->
@foreach (\InvoiceShelf\Services\Module\ModuleFacade::allScripts() as $name => $path)