Fixed a11y issue with headings. (#14799)
This commit is contained in:
parent
60f9c600a4
commit
2df2f88769
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@
|
|||
<% if collection && collection_size > 1 %>
|
||||
<nav class="series-switcher crayons-card crayons-card--secondary">
|
||||
<header class="crayons-card__header">
|
||||
<h3 class="crayons-subtitle-2">
|
||||
<h2 class="crayons-subtitle-2">
|
||||
<%= collection_link(collection) %>
|
||||
</h3>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<div class="series-switcher__list">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue