diff --git a/src/components/layout/CommunityMeetingsCardGrid/index.tsx b/src/components/layout/CommunityMeetingsCardGrid/index.tsx index 31615cf0c2..67ddd7ae0f 100644 --- a/src/components/layout/CommunityMeetingsCardGrid/index.tsx +++ b/src/components/layout/CommunityMeetingsCardGrid/index.tsx @@ -138,7 +138,7 @@ function CommunityMeetingsCardGrid({ cards }) { const { meeting_minutes, meeting_recording, date } = props; return ( -
+

{date}

{meeting_recording?.text} @@ -210,7 +210,11 @@ function CommunityMeetingsCardGrid({ cards }) { /> @@ -218,7 +222,11 @@ function CommunityMeetingsCardGrid({ cards }) {