mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Fix axe issue heading-order
This commit is contained in:
parent
fab481cd8f
commit
e5e4507411
@ -18,7 +18,7 @@ export interface SettingsSubsectionHeadingProps extends HTMLAttributes<HTMLDivEl
|
||||
|
||||
export const SettingsSubsectionHeading: React.FC<SettingsSubsectionHeadingProps> = ({
|
||||
heading,
|
||||
as = "h3",
|
||||
as = "h2",
|
||||
children,
|
||||
...rest
|
||||
}) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user