@@ -40,7 +40,7 @@
class="flex justify-between crayons-link crayons-link--block w-100 bg-transparent border-0"
data-postUrl="<%= article_url(@article) %>">
<%= t("views.actions.copy.button") %>
- <%= inline_svg_tag("copy.svg", aria_hidden: true, id: "article-copy-icon", class: "crayons-icon mx-2 shrink-0", title: t("views.actions.copy.button")) %>
+ <%= crayons_icon_tag(:copy, css_class: "mx-2 shrink-0", id: "article-copy-icon", aria_hidden: true, title: t("views.actions.copy.button")) %>
<%= t("views.actions.copy.text") %>
diff --git a/app/views/articles/_reaction_button.html.erb b/app/views/articles/_reaction_button.html.erb
index eb62ec4c1..7d88cdf90 100644
--- a/app/views/articles/_reaction_button.html.erb
+++ b/app/views/articles/_reaction_button.html.erb
@@ -6,11 +6,11 @@
data-category="<%= category %>"
title="<%= description %>">
<% if user_signed_in? # We cannot trigger the action state unless the user is signed in, so no need to render. %>
diff --git a/app/views/articles/_sidebar.html.erb b/app/views/articles/_sidebar.html.erb
index e304d394a..c6e990d3c 100644
--- a/app/views/articles/_sidebar.html.erb
+++ b/app/views/articles/_sidebar.html.erb
@@ -10,7 +10,7 @@