From 6ab46e869eb48cb4ea9b5c4cdaef20368e0482e9 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 29 Oct 2025 16:53:06 -0500 Subject: [PATCH] Use BC icon --- app/assets/images/boost-color.svg | 21 +++++++++++++++++++ .../comments/reactions/_reactions.html.erb | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/boost-color.svg diff --git a/app/assets/images/boost-color.svg b/app/assets/images/boost-color.svg new file mode 100644 index 000000000..ad56f8116 --- /dev/null +++ b/app/assets/images/boost-color.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/app/views/cards/comments/reactions/_reactions.html.erb b/app/views/cards/comments/reactions/_reactions.html.erb index 5ed4cfaf1..bf3ff746a 100644 --- a/app/views/cards/comments/reactions/_reactions.html.erb +++ b/app/views/cards/comments/reactions/_reactions.html.erb @@ -8,7 +8,7 @@ <%= link_to new_card_comment_reaction_path(comment.card, comment), role: "button", class: "reactions__trigger btn btn--circle borderless", action: "soft-keyboard#open", data: { turbo_frame: dom_id(comment, :new_reaction), action: "dialog#close" } do %> - <%= icon_tag "boost" %> + <%= image_tag "boost-color.svg", aria: { hidden: true } %> Add your own reaction <% end %> <% end %>