File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,21 +121,21 @@ export const HeaderBlock = (props: WithChildren<HeaderBlockFullProps>) => {
121121 >
122122 < Col sizes = { titleSizes } className = { b ( 'content-inner' ) } >
123123 { overtitle && (
124- < p className = { b ( 'overtitle' ) } >
124+ < div className = { b ( 'overtitle' ) } >
125125 < HTML > { overtitle } </ HTML >
126- </ p >
126+ </ div >
127127 ) }
128128 < h1 className = { b ( 'title' ) } >
129129 { status }
130130 < HTML > { title } </ HTML >
131131 </ h1 >
132132 { description && (
133- < p className = { b ( 'description' ) } >
133+ < div className = { b ( 'description' ) } >
134134 < YFMWrapper
135135 content = { description }
136136 modifiers = { { constructor : true } }
137137 />
138- </ p >
138+ </ div >
139139 ) }
140140 { buttons && (
141141 < div className = { b ( 'buttons' ) } data-qa = "header-buttons" >
You can’t perform that action at this time.
0 commit comments