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.
2 parents 79aeb1c + a361529 commit 5e69a95Copy full SHA for 5e69a95
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