Skip to content

Commit

Permalink
Changed from span to div in courses/index
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianghinda committed Sep 7, 2023
1 parent cb51d3c commit 8c74164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/courses/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</div>
<% end %>
<div class="flex flex-wrap justify-between mb-8 xl:mb-16 gap-x-8 gap-y-2 md:gap-8">
<span>
<div>
<h2 class="mb-8 h2">All Courses</h2>
</span>
<span>
</div>
<div>
<%= render(SearchComponent.new(path: courses_path, search_term: params[:search_term])) %>
</span>
</div>
</div>
<div class="mb-8">
<%= render partial: "courses/list", locals: { list: @courses } %>
Expand Down

0 comments on commit 8c74164

Please sign in to comment.