diff --git a/app/views/filters/_filter.html.erb b/app/views/filters/_filter.html.erb
index cc2f782a6..fbbfca942 100644
--- a/app/views/filters/_filter.html.erb
+++ b/app/views/filters/_filter.html.erb
@@ -11,8 +11,8 @@
<% end %>
- <%= link_to bubbles_path(**filter.to_params), class: "txt-ink flex flex-column" do %>
- <%= filter.summary %>
+ <%= link_to bubbles_path(**filter.to_params), class: "txt-ink" do %>
+ <%= image_tag "filter.svg", aria: { hidden: true }, size: 30, class: "flex-inline", style: "vertical-align: bottom" %> <%= filter.summary %>
<% end %>
<%= button_to filter_path(filter), method: :delete, class: "btn txt-small btn--negative", data: { turbo_confirm: "Are you sure you want to delete this filter?" } do %>
<%= image_tag "minus.svg", aria: { hidden: true }, size: 24 %>