Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary class
Browse files Browse the repository at this point in the history
shyusu4 committed Jan 23, 2025
1 parent 7bdaf49 commit 4a8d5de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ <h2 class="heading heading--two">{{ value.title }}</h2>
<li class="keypoints__item">
<div class="keypoints__wrapper">
<p class="keypoints__label">{{ key_point.icon_label }}</p>
{% include "patterns/atoms/icons/icon.html" with name=key_point.icon classname="keypoints__icon key_point.icon" %}
{% include "patterns/atoms/icons/icon.html" with name=key_point.icon classname="keypoints__icon" %}
</div>
{# header title is optional, so heading here may be h2 #}
<{% if value.title %}h3{% else %}h2{% endif %} class="keypoints__heading">

0 comments on commit 4a8d5de

Please sign in to comment.