Skip to content

Commit

Permalink
fix(theme): forward className prop in theme-classic's Heading (#8350)
Browse files Browse the repository at this point in the history
Fixes #8327
  • Loading branch information
JoshuaKGoldberg authored and slorber committed Jan 26, 2023
1 parent 21ad883 commit 5d2dd9b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -30,6 +30,7 @@ export default function Heading({as: As, id, ...props}: Props): JSX.Element {
hideOnScroll
? styles.anchorWithHideOnScrollNavbar
: styles.anchorWithStickyNavbar,
props.className,
)}
id={id}>
{props.children}
Expand Down

0 comments on commit 5d2dd9b

Please sign in to comment.