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