diff --git a/resources/css/tailwind4.css b/resources/css/tailwind4.css index bfd5d302..92021c84 100644 --- a/resources/css/tailwind4.css +++ b/resources/css/tailwind4.css @@ -3,7 +3,7 @@ @custom-variant dark (&:where(.dark, .dark *)); -@source '../src/Themes/Tailwind.php'; +@source '../src/Themes/**/*.php'; @source '../resources/views/**/*.php'; @source '../resources/js/**/*.js'; diff --git a/resources/views/components/structure/header.blade.php b/resources/views/components/structure/header.blade.php index ed196ee2..dcc61a79 100644 --- a/resources/views/components/structure/header.blade.php +++ b/resources/views/components/structure/header.blade.php @@ -14,10 +14,6 @@ class="pg-header-container" wire:key="header-{{ $tableName }}" > @includeIf(data_get($setUp, 'header.includeViewOnTop'), ['__partial' => $__partial]) - @php($tabsZone = $__partial->renderPluginZone('header.tabs')) - @if (trim($tabsZone) !== '') -