Skip to content

Commit f622377

Browse files
Adjust standard layout to sit properly when there's no featured image
1 parent 5ce71f9 commit f622377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/lib/furnitureLayouts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
6262
['title', 'headline', 'right-column'],
6363
['standfirst', 'right-column'],
6464
['meta', 'main-media', 'right-column'],
65-
['body', 'right-column'],
65+
['meta', 'body', 'right-column'],
6666
],
6767
},
6868

0 commit comments

Comments
 (0)