From 45978356c74605edc74604f8fc0aa24c346c1123 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 27 Feb 2024 23:41:04 +0000 Subject: [PATCH] Add icon to button that takes you to external website to make it clearer to users --- app/views/_tailwind/applications/external.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/applications/external.html.erb b/app/views/_tailwind/applications/external.html.erb index ad2c2fe03..8e42ef63c 100644 --- a/app/views/_tailwind/applications/external.html.erb +++ b/app/views/_tailwind/applications/external.html.erb @@ -27,7 +27,7 @@
- <%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: @application.info_url, open_in_new_tab: true) do %> + <%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: @application.info_url, open_in_new_tab: true, icon: :external) do %> Continue to <%= @application.authority.full_name %> website <% end %>