File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ export default function Footer({
7070
7171 < div className = "mb-10 flex flex-col flex-wrap justify-start gap-x-16 gap-y-8 pt-4 md:flex-row lg:flex-nowrap" >
7272 < div className = "flex flex-col gap-y-2" >
73- < h2 className = "text-default mb-0 text-sm font-bold" >
73+ < p className = "text-default mb-0 text-sm font-bold" >
7474 < Trans > À propos</ Trans >
75- </ h2 >
75+ </ p >
7676 < InlineLink
7777 href = "/a-propos"
7878 onClick = { ( ) => trackEvent ( footerClickQuiSommesNous ) }
@@ -110,9 +110,9 @@ export default function Footer({
110110 </ div >
111111
112112 < div className = "flex flex-col gap-y-2" >
113- < h2 className = "text-default mb-0 text-sm font-bold" >
113+ < p className = "text-default mb-0 text-sm font-bold" >
114114 < Trans > Diffusion</ Trans >
115- </ h2 >
115+ </ p >
116116 < InlineLink
117117 href = "/diffuser"
118118 onClick = { ( ) => trackEvent ( footerClickDiffusion ) }
@@ -136,9 +136,9 @@ export default function Footer({
136136 </ div >
137137
138138 < div className = "flex flex-col gap-y-2" >
139- < h2 className = "text-default mb-0 text-sm font-bold" >
139+ < p className = "text-default mb-0 text-sm font-bold" >
140140 < Trans > Ressources</ Trans >
141- </ h2 >
141+ </ p >
142142
143143 < InlineLink
144144 href = "/blog"
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ export default function HeaderDesktop({ isSticky }: Props) {
7171 id = "header-navigation"
7272 aria-label = { t ( 'Navigation principale' ) }
7373 aria-labelledby = "header-navigation-title" >
74- < h2 id = "header-navigation-title" className = "sr-only" >
74+ < p id = "header-navigation-title" className = "sr-only" >
7575 < Trans > Navigation principale</ Trans >
76- </ h2 >
76+ </ p >
7777
7878 < ul className = "flex h-full flex-1 justify-start gap-4" >
7979 < li >
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ export default function FoldableMenu() {
2121 < BurgerMenu aria-labelledby = "foldable-menu-title" >
2222 { ( { closeMenu, onFocus } ) => (
2323 < nav aria-labelledby = "foldable-menu-title" >
24- < h2 id = "foldable-menu-title" className = "sr-only" >
24+ < p id = "foldable-menu-title" className = "sr-only" >
2525 < Trans > Menu principal</ Trans >
26- </ h2 >
26+ </ p >
2727
2828 < ul className = "flex flex-col gap-4" >
2929 < li >
You can’t perform that action at this time.
0 commit comments