Skip to content

Commit

Permalink
Merge pull request #174 from ThatConference/cs/validTimes
Browse files Browse the repository at this point in the history
pulling out keynote times
  • Loading branch information
theClarkSell authored Jul 23, 2020
2 parents cd7140e + b849088 commit 313110e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/sessions/sessionTimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ export const sessionTimes = [
{ id: '2020-08-03T11:30:00.000Z', title: '6:30 am' },
{ id: '2020-08-03T12:00:00.000Z', title: '7:00 am' },
{ id: '2020-08-03T12:30:00.000Z', title: '7:30 am' },
{ id: '2020-08-03T13:00:00.000Z', title: '8:00 am' },
{ id: '2020-08-03T13:30:00.000Z', title: '8:30 am' },
{ id: '2020-08-03T14:00:00.000Z', title: '9:00 am' },
{ id: '2020-08-03T14:30:00.000Z', title: '9:30 am' },
{ id: '2020-08-03T15:00:00.000Z', title: '10:00 am' },
Expand All @@ -21,8 +19,6 @@ export const sessionTimes = [
{ id: '2020-08-03T20:30:00.000Z', title: '3:30 pm' },
{ id: '2020-08-03T21:00:00.000Z', title: '4:00 pm' },
{ id: '2020-08-03T21:30:00.000Z', title: '4:30 pm' },
{ id: '2020-08-03T22:00:00.000Z', title: '5:00 pm' },
{ id: '2020-08-03T22:30:00.000Z', title: '5:30 pm' },
{ id: '2020-08-03T23:00:00.000Z', title: '6:00 pm' },
{ id: '2020-08-03T23:30:00.000Z', title: '6:30 pm' },
{ id: '2020-08-04T00:00:00.000Z', title: '7:00 pm' },
Expand Down

1 comment on commit 313110e

@vercel
Copy link

@vercel vercel bot commented on 313110e Jul 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.