diff --git a/src/components/content/carousels/templates/VideoTemplate.js b/src/components/content/carousels/templates/VideoTemplate.js index ef02a61..b4f2fdb 100644 --- a/src/components/content/carousels/templates/VideoTemplate.js +++ b/src/components/content/carousels/templates/VideoTemplate.js @@ -86,7 +86,7 @@ export function VideoTemplate({ video }) { WebkitLineClamp: "2" }}>
-

{(video.summary || video.description)?.split('\n').map((line, index) => ( +

{(video.summary || video.description)?.split('\n').map((line, index) => ( {line} ))}