Skip to content

Commit

Permalink
Add icon to button that takes you to external website to make it clea…
Browse files Browse the repository at this point in the history
…rer to users
  • Loading branch information
mlandauer committed Feb 27, 2024
1 parent 8ffbb67 commit 4597835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/external.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>

<div class="mt-20">
<%= 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
<span class="font-normal"><%= @application.authority.full_name %> website</span>
<% end %>
Expand Down

0 comments on commit 4597835

Please sign in to comment.