File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
dotcom-rendering/src/layouts Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => {
203
203
editionId,
204
204
} = article ;
205
205
const isWeb = renderingTarget === 'Web' ;
206
+ const isApps = renderingTarget === 'Apps' ;
206
207
207
208
return (
208
209
< >
@@ -241,6 +242,20 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => {
241
242
</ header >
242
243
</ >
243
244
) }
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 >
258
+ ) }
244
259
245
260
< Section
246
261
fullWidth = { true }
You can’t perform that action at this time.
0 commit comments