diff --git a/dotcom-rendering/src/layouts/GalleryLayout.tsx b/dotcom-rendering/src/layouts/GalleryLayout.tsx index bcb9e35095a..638eb03ae1c 100644 --- a/dotcom-rendering/src/layouts/GalleryLayout.tsx +++ b/dotcom-rendering/src/layouts/GalleryLayout.tsx @@ -7,6 +7,8 @@ import { } from '@guardian/source/foundations'; import { Hide } from '@guardian/source/react-components'; import { Fragment } from 'react'; +import { AdPlaceholder } from '../components/AdPlaceholder.apps'; +import { AdPortals } from '../components/AdPortals.importable'; import { AdSlot } from '../components/AdSlot.web'; import { AppsFooter } from '../components/AppsFooter.importable'; import { ArticleHeadline } from '../components/ArticleHeadline'; @@ -205,6 +207,11 @@ export const GalleryLayout = (props: WebProps | AppProps) => { backgroundColor: themePalette('--article-background'), }} > + {isApps && renderAds && ( + + + + )}
Labs header
{
)} + {isApps && shouldShowAds && } ); })}