Skip to content

Commit 4b025e2

Browse files
Adjust standard layout to sit properly when there's no featured image
1 parent 4783952 commit 4b025e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
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

@@ -73,7 +73,7 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
7373
['title', 'match-summary', 'right-column'],
7474
['headline', 'right-column'],
7575
['meta', 'main-media', 'right-column'],
76-
['body', 'right-column'],
76+
['meta', 'body', 'right-column'],
7777
],
7878
},
7979

@@ -106,7 +106,7 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
106106
['title', 'headline'],
107107
['meta', 'main-media', 'right-column'],
108108
['meta', 'standfirst', 'right-column'],
109-
['body', 'right-column'],
109+
['meta', 'body', 'right-column'],
110110
],
111111
},
112112
};

0 commit comments

Comments
 (0)