diff --git a/app/views/_tailwind/contact_messages/_form.html.erb b/app/views/_tailwind/contact_messages/_form.html.erb index 385444e5c..90e54d9e3 100644 --- a/app/views/_tailwind/contact_messages/_form.html.erb +++ b/app/views/_tailwind/contact_messages/_form.html.erb @@ -62,7 +62,12 @@ <% end %>
- <%= f.button "Send message to the Planning Alerts team" %> + <%= render Tailwind::ButtonWithSideText.new(tag: :button, size: "xl", type: :primary) do |c| %> + Send message + <% c.with_side_text do %> + to the Planning Alerts team + <% end %> + <% end %>

We run this site, not the Government!

<% end %>