From 1ae8dcf7efaf98d12f19916779d3e04ab8e7a564 Mon Sep 17 00:00:00 2001 From: Marvin Collins Hosea Date: Thu, 12 Sep 2024 12:42:18 +0300 Subject: [PATCH] Update sessions.ts --- frontend/src/utils/sessions.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/utils/sessions.ts b/frontend/src/utils/sessions.ts index 771e068..c4dd829 100644 --- a/frontend/src/utils/sessions.ts +++ b/frontend/src/utils/sessions.ts @@ -205,7 +205,7 @@ const SessionsList = (): Array => { }, { startTime: '7:30AM', - date: '7:30AM - 9:00AM EAT, Fri Oct 18th', + date: '7:30AM - 9:00AM EAT, Sat Oct 19th', duration: '1h 30Min', title: 'Registration And Gopher Merch Shop', room: 'iHub', @@ -219,7 +219,7 @@ const SessionsList = (): Array => { }, { startTime: '9:00AM', - date: '9:00AM - 10:00AM EAT, Fri Oct 18th', + date: '9:00AM - 10:00AM EAT, Sat Oct 19th', duration: '1h', title: 'Keynote', room: 'Main Conference Hall, iHub', @@ -233,7 +233,7 @@ const SessionsList = (): Array => { }, { startTime: '10:00AM', - date: '10:00AM - 10:40AM EAT, Fri Oct 18th', + date: '10:00AM - 10:40AM EAT, Sat Oct 19th', duration: 'Main Talk 40 Min', title: 'Effective Testing Strategies for Large Data Inserts into PostgreSQL Tables', room: 'Main Conference Hall, iHub', @@ -270,4 +270,4 @@ const SessionsList = (): Array => { ] } -export default SessionsList \ No newline at end of file +export default SessionsList