From a4bfad61385fcd5747860d826a31b9182623b81c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 20 Apr 2022 17:54:37 +0530 Subject: [PATCH] fix: class name change for testimonial author --- .../multiple_testimonials/multiple_testimonials.html | 2 +- lms/public/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html b/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html index 0a1093ff..d8424fc9 100644 --- a/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html +++ b/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html @@ -17,7 +17,7 @@ {{ widgets.Avatar(member=member, avatar_class="avatar-small") }}
-
{{ member.full_name }}
+
{{ member.full_name }}
{% if member.headline %}
{{ member.headline }}
{% endif %}
diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 75e89347..9a7660be 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -975,7 +975,7 @@ pre { height: 100%; } -.testimonial-author_name { +.testimonial-author-name { font-weight: 500; font-size: var(--text-lg); color: var(--text-color);