Skip to content

Commit

Permalink
Update tabs.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 8, 2023
1 parent 374bb9d commit 44f8cb1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

<x-filament::tabs
wire:ignore
:attributes="\Filament\Support\prepare_inherited_attributes($attributes)"
:attributes="
\Filament\Support\prepare_inherited_attributes($attributes)
->class(['hidden md:flex'])
"
>
@foreach ($navigation as $navigationGroup)
@if ($navigationGroupLabel = $navigationGroup->getLabel())
Expand Down

0 comments on commit 44f8cb1

Please sign in to comment.