Skip to content

Commit

Permalink
Fix typo of accidental word left in from previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 21, 2024
1 parent 812f3d8 commit 12368b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="mt-12">
<%# 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 %>
</div>

Expand Down

0 comments on commit 12368b8

Please sign in to comment.