Skip to content

Commit

Permalink
Merge pull request #93 from mbardelmeijer/patch-1
Browse files Browse the repository at this point in the history
Fix attribute class
  • Loading branch information
freekmurze committed May 23, 2022
2 parents adba81c + ecbe81c commit 36014e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tile.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div
style="grid-area: {{ $gridArea }};{{ $show ? '' : 'display:none' }}"
{{ $attributes->merge([
'class'=>'overflow-hidden rounded relative bg-tile"'
'class'=>'overflow-hidden rounded relative bg-tile'
])}}
{{ $refreshIntervalInSeconds ? "wire:poll.{$refreshIntervalInSeconds}s" : '' }}
>
Expand Down

0 comments on commit 36014e5

Please sign in to comment.