Skip to content

Commit ed376a9

Browse files
authored
D8CORE-7625: changed event schedule heading level for best order (#385)
1 parent facd2aa commit ed376a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/stanford_events/templates/components/schedule/schedule.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<div {{ region_attributes.info.addClass("su-event-schedule__info") }}>
3636
{%- if headline|render_clean is not empty -%}
37-
<h3 class="su-event-schedule__headline">
37+
<h4 class="su-event-schedule__headline">
3838
{%- if url|render_clean is not empty -%}
3939
<a {{ link_attributes }} href="{{ url|render_clean }}">
4040
{%- endif -%}
@@ -44,7 +44,7 @@
4444
{%- if url|render_clean is not empty -%}
4545
</a>
4646
{%- endif -%}
47-
</h3>
47+
</h4>
4848
{%- endif -%}
4949

5050
{%- if description|render_clean is not empty -%}

0 commit comments

Comments
 (0)