Skip to content

Commit

Permalink
Update schedule.tsx (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBurgessDev authored Nov 3, 2023
1 parent 6ac809f commit ae83d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ function Schedule(): JSX.Element {
<li><b>1000</b> Doors open</li>
<li><b>1120</b> Opening ceremony</li>
<li><b>1200</b> Hacking starts!</li>
<li><b>1230</b> Lunch</li>
<li><b>1200</b> Lunch</li>
<li><b>1230</b> Intel workshop</li>
<li><b>1330</b> Capital One workshop</li>
<li><b>1430</b> Frasers workshop</li>
<li><b>1530</b> Intel workshop</li>
<li><b>1900</b> Dinner</li>
</ul>
<h2>Sunday 5th</h2>
Expand All @@ -31,4 +31,4 @@ function Schedule(): JSX.Element {
</HackNottsDecoratedPage>
}

export default Schedule;
export default Schedule;

0 comments on commit ae83d80

Please sign in to comment.