- {posters.map((session) => {
- const style = {};
- return (
-
-
-
- );
- })}
+ {lunchSideEvents.length > 0 && (
+
+
+ Also During Lunch
+
+ {lunchSideEvents.map((session) => (
+ -
+
+ {session.title}
+
+ {session.title.toLowerCase() ===
+ "pyladies lunch" && (
+
+ — 2nd Floor Red Carpet, starting 13:20
+
+ )}
+
+ ))}
+
)}
- {lunchSideEvents.length > 0 && (
+ {posters.length > 0 && (
<>
-
-
- Also During Lunch
+
+
Posters ({posters[0].rooms.join(", ")})
+
+ {posters.map((session) => {
+ const style = {};
+ return (
+
+
+
+ );
+ })}
-
- {lunchSideEvents.map((session) => (
- -
-
- {session.title}
-
-
- ))}
-
>
)}
@@ -919,6 +925,12 @@ const endStart = numberToTime(lastEndTime);
margin-bottom: 2rem;
}
+ .pyladies-location {
+ font-weight: 400;
+ color: var(--color-text-secondary);
+ font-size: 0.9rem;
+ }
+
.sched-posters-list a {
display: inline-block;
border: 1px solid var(--border);