Skip to content

Commit f9027fc

Browse files
Update packages/theme/components/layout/sidebar/Sidebar.tsx
Co-authored-by: Rez <13340707+rezrah@users.noreply.github.com>
1 parent ae5f577 commit f9027fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/theme/components/layout/sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function Sidebar({pageMap}: SidebarProps) {
4949
return (
5050
<div className={styles.Sidebar}>
5151
{activeHeaderLink && (
52-
<Heading as="h2" className={styles.Sidebar__title} id="nav-list-heading">
52+
<Heading as="h2" size="6" className={styles.Sidebar__title} id="nav-list-heading">
5353
{activeHeaderLink.title}
5454
<span className="visually-hidden"> navigation</span>
5555
</Heading>

0 commit comments

Comments
 (0)