diff --git a/app/views/cards/comments/reactions/_reactions.html.erb b/app/views/cards/comments/reactions/_reactions.html.erb index 0aee3ce66..ad8cff895 100644 --- a/app/views/cards/comments/reactions/_reactions.html.erb +++ b/app/views/cards/comments/reactions/_reactions.html.erb @@ -8,8 +8,7 @@
<%= link_to new_card_comment_reaction_path(comment.card, comment), role: "button", class: "btn reaction__action", action: "soft-keyboard#open" do %> - <%= icon_tag "reaction" %> - Add a reaction + <%= icon_tag "reaction" %> Add a reaction <% end %>
<% end %>