Skip to content

Commit

Permalink
related content
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 8, 2024
1 parent cf1a2ea commit 007e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/related-content/_section-macro.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% macro onsRelatedContentSection(params) %}
<div class="ons-related-content__section">
{% if params.title %}
<h2 class="ons-related-content__title ons-u-fs-r--b ons-u-mb-2xs" {% if params.id %}id="{{ params.id }}"{% endif %}>
<h2 class="ons-related-content__title ons-u-fs-r--b ons-u-mb-xs" {% if params.id %}id="{{ params.id }}"{% endif %}>
{{ params.title }}
</h2>
{% endif %}
Expand Down

0 comments on commit 007e513

Please sign in to comment.