Skip to content

Commit 6aafec3

Browse files
committed
Add schedule to the menu
1 parent e3c5efa commit 6aafec3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/Components/Header/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ export default class Header extends React.Component {
3535
About 🍕
3636
</a>
3737
</li>
38-
38+
<li>
39+
<a onClick={this.onNavClick} href="#schedule" data-destination="schedule">
40+
Schedule
41+
</a>
42+
</li>
3943
<li>
4044
<a onClick={this.onNavClick} href="#sponsors" data-destination="sponsors">
4145
Sponsors

src/dataset.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,4 +469,9 @@ export const SCHEDULE: Schedule[] = [
469469
type: Types.TALK,
470470
speaker: 35
471471
},
472+
{
473+
time: "16:48",
474+
title: "More to come....",
475+
type: Types.BREAK
476+
},
472477
];

0 commit comments

Comments
 (0)