diff --git a/app/views/events/_event.html.erb b/app/views/events/_event.html.erb index df1dbd105..af377998a 100644 --- a/app/views/events/_event.html.erb +++ b/app/views/events/_event.html.erb @@ -15,9 +15,9 @@ <%= event.action == "commented" ? "RE: #{ bubble.title }" : bubble.title %> - + <% if event_column(event) == 1 %> - <%= image_tag "#{event_action_icon(event)}.svg", aria: { hidden: true }, size: 12, class: "colorize--black" %> + <%= image_tag "#{event_action_icon(event)}.svg", aria: { hidden: true }, size: 14, class: "colorize--black" %> <% end %> <%= event_action_sentence(event) %>