diff --git a/docs/ui/TeaserCard.tsx b/docs/ui/TeaserCard.tsx index 3db05cbb82..3204a7fa1a 100644 --- a/docs/ui/TeaserCard.tsx +++ b/docs/ui/TeaserCard.tsx @@ -30,7 +30,7 @@ export interface TeaserListProps { export const TeaserList = ({ items }: TeaserListProps) => ( {items.map(props => ( - + ))} );