diff --git a/data/sessions/zuzalu_montenegro_2023__synthetic_biology/biobots_and_the_future_of_biology.json b/data/sessions/zuzalu_montenegro_2023__synthetic_biology/biobots_and_the_future_of_biology.json new file mode 100644 index 000000000..3cee2b1cc --- /dev/null +++ b/data/sessions/zuzalu_montenegro_2023__synthetic_biology/biobots_and_the_future_of_biology.json @@ -0,0 +1,20 @@ +{ + "id": "biobots_and_the_future_of_biology", + "name": "Biobots and the Future of Biology", + "description": "", + "start": "2023-04-02T11:00:00.000Z", + "end": "2023-04-02T11:30:00.000Z", + "stageId": "dome", + "speakers": [ + { + "id": "michael_levin", + "name": "Michael Levin", + "bio": "Tufts University", + "eventId": "zuzalu_montenegro_2023__synthetic_biology" + } + ], + "videoUrl": "https://lp-playback.com/hls/6724bqgi64j81qg9/index.m3u8", + "eventId": "zuzalu_montenegro_2023__synthetic_biology", + "coverImage": "/sessions/zuzalu_montenegro_2023/zuzalu_thumbnail.jpg", + "assetId": "67243415-8c98-4adf-b2ff-383a44bcddc7" +} diff --git a/data/speakers/zuzalu_montenegro_2023__synthetic_biology/michael_levin.json b/data/speakers/zuzalu_montenegro_2023__synthetic_biology/michael_levin.json new file mode 100644 index 000000000..654ccf1ee --- /dev/null +++ b/data/speakers/zuzalu_montenegro_2023__synthetic_biology/michael_levin.json @@ -0,0 +1,6 @@ +{ + "id": "mark_kotter", + "name": "Mark Kotter", + "bio": "Tufts University", + "eventId": "zuzalu_montenegro_2023__synthetic_biology" +} diff --git a/packages/app/components/sessions/SessionInfoBox.tsx b/packages/app/components/sessions/SessionInfoBox.tsx index e3e25063f..20b1c2077 100644 --- a/packages/app/components/sessions/SessionInfoBox.tsx +++ b/packages/app/components/sessions/SessionInfoBox.tsx @@ -34,18 +34,20 @@ const SessionInfoBox = ({ viewCount?: boolean }) => { const [isOpened, setIsOpened] = useState(false) + + console.log(description) return ( -
-
+
+
{title} {viewCount && assetId && } -
{cardDescription}
+
{cardDescription}
-
+
}
- - {description !== '' && ( + {description !== '' && ( +
- )} - -
+ +
+ )}
) }