Skip to content

Commit b0c9efa

Browse files
authored
Merge pull request #302 from Arindam200/main
(fix):Update Heading Tags in Side Navbar for Improved Accessibility
2 parents cb99362 + f5b573d commit b0c9efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layouts/Sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{/if}
6565
{:else}
6666
{#if navGroup.label}
67-
<h4 class="aw-side-nav-header aw-eyebrow u-un-break-text">{navGroup.label}</h4>
67+
<h2 class="aw-side-nav-header aw-eyebrow u-un-break-text">{navGroup.label}</h2>
6868
{/if}
6969
<ul>
7070
{#each navGroup.items as groupItem}

0 commit comments

Comments
 (0)