From 3408447d6caab545753d445311ee4534768058a4 Mon Sep 17 00:00:00 2001 From: Mugdh Chauhan <42421946+mugdhchauhan@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:54:53 +0000 Subject: [PATCH] Correct misspelling in About page --- _includes/about-page/about-card-news.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/about-page/about-card-news.html b/_includes/about-page/about-card-news.html index 04b08b0539..76d81e9256 100644 --- a/_includes/about-page/about-card-news.html +++ b/_includes/about-page/about-card-news.html @@ -11,12 +11,12 @@ {% endfor %} - {% for testemonial in site.data.internal.testimonials %} + {% for testimonial in site.data.internal.testimonials %}
-

{{testemonial.quote}}

+

{{testimonial.quote}}

- — {{testemonial.source}} - {{testemonial.source}} + — {{testimonial.source}} + {{testimonial.source}}
{% endfor %}