Skip to content

Commit

Permalink
Merge pull request #137 from PyConColombia/feat/schedule-adjustment
Browse files Browse the repository at this point in the history
schedule adjustment
  • Loading branch information
mariafrancodev committed Jun 9, 2024
2 parents 60458dc + 54b9f9d commit 1768ec1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/data/schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
]
},
{
"hour": "15:00",
"hour": "14:00",
"type": "keynote",
"events": [
{
Expand All @@ -519,7 +519,16 @@
]
},
{
"hour": "16:15",
"hour": "15:00",
"type": "free",
"events": [
{
"title": "Coffee Break"
}
]
},
{
"hour": "15:30",
"type": "talk",
"events": [
{
Expand All @@ -538,7 +547,7 @@
]
},
{
"hour": "16:35",
"hour": "16:30",
"type": "sponsor",
"events": [
{
Expand Down

0 comments on commit 1768ec1

Please sign in to comment.