Skip to content

Commit

Permalink
The quote icon is not show in Testimonials section. Fixes #88 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcorto authored Dec 13, 2024
1 parent 597a417 commit 2914181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/testimonial.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2 class="rad-fade-down">{{ i18n "testimonials_title" }}</h2>
{{ range $testimonials }}

<div class="col-12 col-md-4 mb-5 mb-md-0 testimonial">
<i class="icon-quote"></i>
<i class="icon-quote-left"></i>
<p>
{{ .Content }}
</p>
Expand Down

0 comments on commit 2914181

Please sign in to comment.