Skip to content

Commit

Permalink
Update sessions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhosea authored Sep 12, 2024
1 parent e7b3823 commit 1ae8dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/utils/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const SessionsList = (): Array<ISession> => {
},
{
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',
Expand All @@ -219,7 +219,7 @@ const SessionsList = (): Array<ISession> => {
},
{
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',
Expand All @@ -233,7 +233,7 @@ const SessionsList = (): Array<ISession> => {
},
{
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',
Expand Down Expand Up @@ -270,4 +270,4 @@ const SessionsList = (): Array<ISession> => {
]
}

export default SessionsList
export default SessionsList

0 comments on commit 1ae8dcf

Please sign in to comment.