File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
dotcom-rendering/src/layouts Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11import { css } from '@emotion/react' ;
2- import {
3- between ,
4- from ,
5- palette as sourcePalette ,
6- } from '@guardian/source/foundations' ;
2+ import { from , palette as sourcePalette } from '@guardian/source/foundations' ;
73import { AppsFooter } from '../components/AppsFooter.importable' ;
84import { ArticleHeadline } from '../components/ArticleHeadline' ;
95import { ArticleMetaApps } from '../components/ArticleMeta.apps' ;
106import { ArticleMeta } from '../components/ArticleMeta.web' ;
117import { ArticleTitle } from '../components/ArticleTitle' ;
12- import { Footer } from '../components/Footer' ;
138import { Caption } from '../components/Caption' ;
9+ import { Footer } from '../components/Footer' ;
1410import { GalleryImage } from '../components/GalleryImage' ;
1511import { Island } from '../components/Island' ;
1612import { MainMediaGallery } from '../components/MainMediaGallery' ;
@@ -175,11 +171,6 @@ export const GalleryLayout = (props: WebProps | AppProps) => {
175171 shortUrlId = { frontendData . config . shortUrlId }
176172 />
177173 ) : null }
178- < div
179- css = { [ grid . between ( 'centre-column-start' , 'grid-end' ) ] }
180- >
181- Meta
182- </ div >
183174 </ header >
184175 { gallery . images . map ( ( element , idx ) => (
185176 < GalleryImage
You can’t perform that action at this time.
0 commit comments