From 903e1c678936dc32456bed4d38cc3805357eccc1 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 3 Oct 2025 14:36:02 -0500 Subject: [PATCH] Missed one --- app/views/collections/show/menu/_expand.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/collections/show/menu/_expand.html.erb b/app/views/collections/show/menu/_expand.html.erb index f6df66318..034540eb9 100644 --- a/app/views/collections/show/menu/_expand.html.erb +++ b/app/views/collections/show/menu/_expand.html.erb @@ -1,4 +1,4 @@ <%= link_to column_path, class: "btn btn--circle txt-x-small borderless cards__expander-button", data: { turbo_frame: "_top" } do %> - <%= icon_tag "external-link" %> + <%= icon_tag "expand" %> Expand column -<% end %> \ No newline at end of file +<% end %>