We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aeb1c commit a361529Copy full SHA for a361529
resources/views/comments.blade.php
@@ -39,7 +39,7 @@
39
wire:click="delete({{ $comment->id }})"
40
icon="{{ config('filament-comments.icons.delete') }}"
41
color="danger"
42
- tooltip={{ __('filament-comments::filament-comments.comments.delete.tooltip') }}
+ tooltip="{{ __('filament-comments::filament-comments.comments.delete.tooltip') }}"
43
/>
44
</div>
45
@endif
0 commit comments