File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
dotcom-rendering/src/layouts Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -243,18 +243,20 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => {
243
243
</ >
244
244
) }
245
245
{ isApps && format . theme === ArticleSpecial . Labs && (
246
- < Stuck >
247
- < Section
248
- fullWidth = { true }
249
- showTopBorder = { false }
250
- padSides = { true }
251
- backgroundColour = { sourcePalette . labs [ 400 ] }
252
- borderColour = { sourcePalette . neutral [ 60 ] }
253
- sectionId = "labs-header"
254
- >
255
- < LabsHeader editionId = { editionId } />
256
- </ Section >
257
- </ Stuck >
246
+ < header >
247
+ < Stuck >
248
+ < Section
249
+ fullWidth = { true }
250
+ showTopBorder = { false }
251
+ padSides = { true }
252
+ backgroundColour = { sourcePalette . labs [ 400 ] }
253
+ borderColour = { sourcePalette . neutral [ 60 ] }
254
+ sectionId = "labs-header"
255
+ >
256
+ < LabsHeader editionId = { editionId } />
257
+ </ Section >
258
+ </ Stuck >
259
+ </ header >
258
260
) }
259
261
260
262
< Section
You can’t perform that action at this time.
0 commit comments