From 89de3c5f7a595e595f041e0c5055dd330392019e Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 20 Apr 2022 17:48:44 +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 1d5c2cd2..0a1093ff 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 9c1b0986..75e89347 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -975,7 +975,7 @@ pre { height: 100%; } -.testimonial-author { +.testimonial-author_name { font-weight: 500; font-size: var(--text-lg); color: var(--text-color);