Skip to content

Commit 2e47c5b

Browse files
committed
updated closing note
1 parent 08f2358 commit 2e47c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/currentAgenda.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export const CurrentAgenda = ({
239239
<AgendaSession fullWidth>
240240
<StyledTrackHeader>Changeover</StyledTrackHeader>
241241
</AgendaSession>
242-
<AgendaTime time={set(date, { hours: 16, minutes: 45 })} duration={60} />
242+
<AgendaTime time={set(date, { hours: 16, minutes: 45 })} duration={45} />
243243
<AgendaSession
244244
sessionId="988046"
245245
room={0}
@@ -250,7 +250,7 @@ export const CurrentAgenda = ({
250250
isKeynote
251251
alwaysShowRoom
252252
/>
253-
<AgendaTime time={set(date, { hours: 17, minutes: 15 })} />
253+
<AgendaTime time={set(date, { hours: 17, minutes: 30 })} />
254254
<AgendaSession room={0} alwaysShowRoom fullWidth>
255255
<StyledTrackHeader>Closing</StyledTrackHeader>
256256
</AgendaSession>

0 commit comments

Comments
 (0)