Skip to content

Commit

Permalink
Fix small whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jan 26, 2024
1 parent 41e6d34 commit 9d96a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/_tailwind/documentation/error_404.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
<p class="text-2xl text-navy">
<%= pa_link_to "Go to our home page", root_url %>
</p>
</div>
</div>
3 changes: 1 addition & 2 deletions app/views/_tailwind/documentation/error_500.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<% content_for :page_title, "We're sorry, but something went wrong (500)" %>

<% content_for :page_title, "We're sorry, but something went wrong (500)" %>

<div class="flex flex-col items-center max-w-2xl m-auto text-center">
<%= image_tag "tailwind/illustration/500.svg", class: "my-24" %>
Expand Down

0 comments on commit 9d96a9b

Please sign in to comment.