diff --git a/src/components/ui/ContentRow.tsx b/src/components/ui/ContentRow.tsx index 19a6802..99981da 100644 --- a/src/components/ui/ContentRow.tsx +++ b/src/components/ui/ContentRow.tsx @@ -101,7 +101,7 @@ export default function ContentRow({ title, subtitle, items, aspect = 'poster', const showHeader = !!title || !!subtitle || !!seeAllHref return ( -
+
{/* Row header */} {showHeader && (
@@ -211,13 +211,9 @@ export default function ContentRow({ title, subtitle, items, aspect = 'poster', items.map((item, i) => ( (null)