Skip to content

Commit

Permalink
Change double quotes to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhengg authored and KevinMulhern committed Feb 9, 2023
1 parent 4393e69 commit c2c805d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/lessons/installation_lessons/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<h1 class="page-heading-title text-center">Installation Guides</h1>
<section class="max-w-xl mx-auto space-y-5">
<% @lessons.each do |lesson| %>
<%= render CardComponent.new(classes: "transistion dark:hover:bg-gray-700 hover:bg-gray-100") do |card| %>
<% card.body(classes: "py-4 px-4") do %>
<%= render CardComponent.new(classes: 'transistion dark:hover:bg-gray-700 hover:bg-gray-100') do |card| %>
<% card.body(classes: 'py-4 px-4') do %>
<%= link_to lesson_path(lesson) do %>
<div class="flex items-center gap-3">
<%= inline_svg 'icons/book.svg', alt: 'lesson icon', class: 'w-6 dark:text-gray-500 text-gray-400 shrink-0', title: 'Lesson' %>
Expand Down

0 comments on commit c2c805d

Please sign in to comment.