Merge attributes for hint
This commit is contained in:
parent
33d8c6aae8
commit
d42d70d5fa
|
@ -18,7 +18,7 @@ class Hint extends Component
|
|||
public function render()
|
||||
{
|
||||
return <<<'HTML'
|
||||
<div class="h-full items-center flex absolute top-0 right-0">
|
||||
<div {{ $attributes->merge(['class' => 'h-full items-center flex absolute top-0 right-0']) }}>
|
||||
<div x-tooltip.raw="{{$slot}}" class="mr-2">
|
||||
<x-ui::sprite src="info-button" class="w-5 h-5 text-primary-700"></x-ui::sprite>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue