Skip to content

Commit

Permalink
chore(data): add new timetable data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 16, 2024
1 parent 0ccd03c commit 51a3c58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions public/timetable_data/2024/X3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"day": 0,
"start": "09:30",
"finish": "16:30",
"weeks": "37",
"weeks": "36",
"activity": "ClaA",
"occurrence": "01",
"location": "ADH G30",
Expand All @@ -23,7 +23,7 @@
"day": 1,
"start": "09:30",
"finish": "16:30",
"weeks": "37",
"weeks": "36",
"activity": "ClaB",
"occurrence": "01",
"location": "ADH G30",
Expand All @@ -36,7 +36,7 @@
"day": 2,
"start": "09:30",
"finish": "16:30",
"weeks": "37",
"weeks": "36",
"activity": "ClaC",
"occurrence": "01",
"location": "ADH G30",
Expand All @@ -49,7 +49,7 @@
"day": 3,
"start": "09:30",
"finish": "16:30",
"weeks": "37",
"weeks": "36",
"activity": "ClaD",
"occurrence": "01",
"location": "ADH G30",
Expand All @@ -62,7 +62,7 @@
"day": 4,
"start": "09:30",
"finish": "16:30",
"weeks": "37",
"weeks": "36",
"activity": "ClaE",
"occurrence": "01",
"location": "ADH G30",
Expand Down
2 changes: 1 addition & 1 deletion public/timetable_data/2024/X3.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ let App = () => {
<a target="_blank" rel="noreferrer" href="https://cssa.club/">ANU CSSA</a>&nbsp;
(and a <a target="_blank" rel="noreferrer" href="/contributors.html">lot of people</a>), report issues&nbsp;
<a target="_blank" rel="noreferrer" href="https://forms.office.com/r/sZnsxtsh2F">here</a>.
Course data updated at 12:29 am, 16 Aug 2024 (UTC). {/* Automatically updated by CI */}
Course data updated at 12:31 am, 16 Aug 2024 (UTC). {/* Automatically updated by CI */}
</Navbar.Text>
</Navbar>
</Col>
Expand Down

0 comments on commit 51a3c58

Please sign in to comment.