diff --git a/components/currentAgenda.tsx b/components/currentAgenda.tsx index 329352a7..1c866f85 100644 --- a/components/currentAgenda.tsx +++ b/components/currentAgenda.tsx @@ -10,6 +10,7 @@ import { StyledMultiSessionSlot, StyledTrackHeader, StyledUpNext, + StyledAgendaContainer, } from 'components/Agenda/Agenda.styled' import { AgendaProvider } from 'components/Agenda/AgendaContext' import { AgendaSession } from 'components/Agenda/AgendaSession' @@ -79,177 +80,178 @@ export const CurrentAgenda = ({ )} - - -
  • Time
  • - {Conference.RoomNames.map((name) => ( -
  • {name}
  • - ))} -
    - - - - Registration - - - - - - Welcome and Housekeeping - - - - - - Welcome to Country - - - - - - Keynote - - {/* TODO: use this but update sessionId - ( - Keynote: {presenters} - )} - fullWidth - isKeynote - alwaysShowRoom - /> */} - - - - - Changeover - - - - - - - - - - - - - - - - - - Morning Tea - - - - - - - - - - - - - - - - - - Changeover - - - - - - - - - - - - - - - - - - Changeover - - - - - - - - - - - - - - - - - - Lunch - - - - - - Lunchtime Sessions - - - - - - Changeover - - - - - - - - - - - - - - - - - - - - - Afternoon Tea - - - - - - Locknote - - - - - - Prize Draw - - - - - - Closing - - + + +
  • Time
  • + {Conference.RoomNames.map((name) => ( +
  • {name}
  • + ))} +
    + + + + Registration + + + + + + Welcome and Housekeeping + + + + + + Welcome to Country + + + + + + Keynote + + {/* TODO: use this but update sessionId + ( + Keynote: {presenters} + )} + fullWidth + isKeynote + alwaysShowRoom + /> */} + + + + + Changeover + + + + + + + + + + + + + + + + + + Morning Tea + + + + + + + + + + + + + + + + + + Changeover + + + + + + + + + + + + + + + + + + Changeover + + + + + + + + + + + + + + + + + + Lunch + + + + + + Lunchtime Sessions + + + + + + Changeover + + + + + + + + + + + + + + + + + + + + + Afternoon Tea + + + + + + Locknote + + + + + + Prize Draw + + + + + + Closing + + +
    ) }}