Fix axe issue heading-order

This commit is contained in:
Michael Telatynski 2026-03-27 13:06:48 +00:00
parent fab481cd8f
commit e5e4507411
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -18,7 +18,7 @@ export interface SettingsSubsectionHeadingProps extends HTMLAttributes<HTMLDivEl
export const SettingsSubsectionHeading: React.FC<SettingsSubsectionHeadingProps> = ({
heading,
as = "h3",
as = "h2",
children,
...rest
}) => {