From 12368b8138d97f74aa39ccdbb127569fc029f537 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 21 May 2024 02:13:57 +0000 Subject: [PATCH] Fix typo of accidental word left in from previous version --- app/views/_tailwind/applications/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/applications/show.html.erb b/app/views/_tailwind/applications/show.html.erb index 4adf9d497..7be6d56bd 100644 --- a/app/views/_tailwind/applications/show.html.erb +++ b/app/views/_tailwind/applications/show.html.erb @@ -88,7 +88,7 @@
<%# TODO: This button currently has much larger left and right padding than the design %> <%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: "#add-comment", icon: :edit) do %> - Make a comment on now + Make a comment now <% end %>