fix: class name change for testimonial author

This commit is contained in:
Jannat Patel
2022-04-20 17:54:37 +05:30
parent 89de3c5f7a
commit a4bfad6138
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
{{ widgets.Avatar(member=member, avatar_class="avatar-small") }}
</div>
<div class="ml-3">
<div class="testimonial-author_name" >{{ member.full_name }}</div>
<div class="testimonial-author-name" >{{ member.full_name }}</div>
{% if member.headline %}<div class="testimonial-profession">{{ member.headline }}</div> {% endif %}
</div>
</div>

View File

@@ -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);