Skip to content

Commit

Permalink
Fix bug with badly closed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
erozas committed Dec 8, 2024
1 parent 355e02e commit df5d884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<%= render "hero" %>

<section class="max-w-screen-xl mx-auto px-4 lg:px-6 pt-4 pb-10"
<section class="max-w-screen-xl mx-auto px-4 lg:px-6 pt-4 pb-6">
<h2 class="text-lg font-semibold mb-4">
Our latest additions-8
Our latest additions
</h2>
<div class="grid grid-cols-12 gap-x-4 gap-y-6">
<% @locations.each do |location| %>
Expand Down

0 comments on commit df5d884

Please sign in to comment.