From 75f2216beeee98f11dc649ce6a972675300eb0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rmann=20P=C3=A9tur=20=C3=86varsson?= Date: Thu, 9 Jan 2025 16:17:38 +0000 Subject: [PATCH] Set title props on newscard for generic list item with image --- apps/web/components/GenericList/GenericList.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/components/GenericList/GenericList.tsx b/apps/web/components/GenericList/GenericList.tsx index 70070bc36544..e5f3c6dfdbda 100644 --- a/apps/web/components/GenericList/GenericList.tsx +++ b/apps/web/components/GenericList/GenericList.tsx @@ -160,6 +160,8 @@ export const ClickableItem = ({ item, baseUrl }: ClickableItemProps) => { href={href ?? ''} image={item.image as ImageSchema} readMoreText="" + titleAs="h3" + titleVariant="h3" titleTextColor="blue400" date={item.date ?? ''} dateTextColor="purple400"