diff --git a/app/views/comments/reactions/_reactions.html.erb b/app/views/comments/reactions/_reactions.html.erb index 3515721c0..0106deefe 100644 --- a/app/views/comments/reactions/_reactions.html.erb +++ b/app/views/comments/reactions/_reactions.html.erb @@ -8,7 +8,7 @@ <%= turbo_frame_tag comment, :new_reaction do %>
<%= link_to new_collection_card_comment_reaction_path(comment.card.collection, comment.card, comment), role: "button", - class: "txt-small btn reaction__action", action: "soft-keyboard#open" do %> + class: "btn reaction__action", action: "soft-keyboard#open" do %> <%= icon_tag "reaction" %> Add a reaction <% end %>