Skip to content

Commit

Permalink
Merge pull request #88 from aymanatmeh/patch-1
Browse files Browse the repository at this point in the history
Update tile.blade.php
  • Loading branch information
freekmurze committed May 19, 2022
2 parents f24a34a + 326c416 commit 292f8bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/tile.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<div
style="grid-area: {{ $gridArea }};{{ $show ? '' : 'display:none' }}"
class="overflow-hidden rounded relative bg-tile"
{{ $attributes->merge([
'class'=>'overflow-hidden rounded relative bg-tile"'
])}}
{{ $refreshIntervalInSeconds ? "wire:poll.{$refreshIntervalInSeconds}s" : '' }}
>
<div
Expand Down

0 comments on commit 292f8bf

Please sign in to comment.