Skip to content

Commit 0e94c36

Browse files
feat:[lar-138] add merge attributes
1 parent 3cf9adc commit 0e94c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/discussions/overview.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'displayButton' => false,
55
])
66

7-
<div {{ $attributes->get('class', '') }}" >
7+
<div {{ $attributes->twMerge(['class' => 'py-6']) }} >
88
@if ($discussion->tags->isNotEmpty())
99
<div class="flex items-center space-x-2 mb-4">
1010
<div class="flex-1">

0 commit comments

Comments
 (0)