Skip to content

Commit

Permalink
style: add class for layout frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
secondnetwork committed Dec 14, 2023
1 parent 30edff0 commit abe3040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/nav-item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@endphp
<nav-item class="flex items-center gap-2">
<span class="text-sm font-medium px-2.5 py-0.5 rounded bg-gray-300">Layout</span>
<span class="cursor-pointer" wire:click="saveset({{ $itemblocks->id }},'layout', '')">
<span class="cursor-pointer" wire:click="saveset({{ $itemblocks->id }},'layout', 'content')">
@if ($layout == '')
<x-tabler-columns-3 class="stroke-blue-500" />
@else
Expand Down

0 comments on commit abe3040

Please sign in to comment.