Skip to content

Commit e22d756

Browse files
committed
Fix naming
1 parent c9ac19c commit e22d756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/layouts/GalleryLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const headerStyles = css`
5656
}
5757
`;
5858

59-
const webMetaAndDisclaimerContainer = css`
59+
const metaAndDisclaimerContainer = css`
6060
${grid.column.centre}
6161
padding-bottom: ${space[6]}px;
6262
${from.tablet} {
@@ -144,7 +144,7 @@ export const GalleryLayout = (props: WebProps | AppProps) => {
144144
format={format}
145145
isMainMedia={true}
146146
/>
147-
<div css={webMetaAndDisclaimerContainer}>
147+
<div css={metaAndDisclaimerContainer}>
148148
{isWeb ? (
149149
<ArticleMeta
150150
branding={

0 commit comments

Comments
 (0)