Skip to content

Commit

Permalink
Set title props on newscard for generic list item with image
Browse files Browse the repository at this point in the history
  • Loading branch information
mannipje committed Jan 9, 2025
1 parent ceb9bd4 commit 75f2216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/components/GenericList/GenericList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75f2216

Please sign in to comment.