diff --git a/app/views/comments/index.html.erb b/app/views/comments/index.html.erb index fcea683af..a5176d347 100644 --- a/app/views/comments/index.html.erb +++ b/app/views/comments/index.html.erb @@ -26,7 +26,7 @@ <%= link_to 'Show', comment %> <%= link_to 'Edit', edit_comment_path(comment) %> - <%= button_to 'Destroy', comment, method: :delete, data: { turbo_confirm: 'Are you sure?' }, class: "text-red-500" %> + <%= button_to 'Destroy', comment, method: :delete, data: { turbo_confirm: 'Are you sure?' }, class: "text-red-500 cursor-pointer" %> <% end %>