Skip to content

Commit

Permalink
feat(schedule): Add afterparty
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Apr 23, 2018
1 parent 23dba48 commit 52af3cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/schedules/26-04-2018.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,14 @@ module.exports = {
end: "18:00",
sessions: [require("../panels").filter(o => o.day === day)[0]],
},
{
begin: "18:30",
end: "18:45",
sessions: [
{
title: "Buses leave to after party (Sea Life, Tivolikuja 10)"
}
],
},
],
};

0 comments on commit 52af3cb

Please sign in to comment.