Skip to content

Commit 0620c29

Browse files
committed
Add spacing
1 parent 04b016b commit 0620c29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dotcom-rendering/src/components/ScrollableFeature.importable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const ScrollableFeature = ({
3939
>
4040
{trails.map((card) => {
4141
const isLoopingVideo = card.mainMedia?.type === 'LoopVideo';
42+
4243
return (
4344
<ScrollableCarousel.Item key={card.url}>
4445
<FeatureCard

dotcom-rendering/src/components/StaticFeatureTwo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const StaticFeatureTwo = ({
3737
<UL direction="row">
3838
{cards.map((card) => {
3939
const isLoopingVideo = card.mainMedia?.type === 'LoopVideo';
40+
4041
return (
4142
<LI
4243
stretch={false}

0 commit comments

Comments
 (0)