Skip to content

Commit

Permalink
Fix social media link class typo
Browse files Browse the repository at this point in the history
Inside `templates/footer.html` the max width class being applied to the social media logos had an extra `m` in the class name.
  • Loading branch information
caleywoods authored Aug 29, 2024
1 parent 5fe2634 commit e1f022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 class="font-heading-md text-medium margin-top-4 tablet:margin-top-0 margin-b
class="{% if item.html.class %}{{ item.html.class }}{% endif %}"
{% if item.html.rel %}rel="{{ item.html.rel }}"{% endif %}
>
{% assign img_class = "mmaxw-205 margin-right-1 " | append: item.image.html.class %}
{% assign img_class = "maxw-205 margin-right-1 " | append: item.image.html.class %}
{% image_with_class item.image.dark img_class %}
{{- item.platform -}}
</a>
Expand Down

0 comments on commit e1f022f

Please sign in to comment.