Skip to content

Commit

Permalink
Update initialCourses.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Macphail <[email protected]>
  • Loading branch information
tim-macphail authored Jun 29, 2023
1 parent 6e3c5fe commit f15d189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/logic/initialCourses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const initalCourses: Courses = [
assessments: [
{
id: "undefined-0",
name: "Assignment 11",
name: "Assignment 1",
date: new Date("2022-09-26T07:00:00.000Z"),
weight: 10,
},
Expand Down Expand Up @@ -76,13 +76,13 @@ export const initalCourses: Courses = [
id: "undefined-5",
name: "Midterm #1",
date: new Date("2022-10-18T01:00:00.000Z"),
weight: 0,
weight: 15,
},
{
id: "undefined-6",
name: "Midterm #2",
date: new Date("2022-11-03T01:00:00.000Z"),
weight: 0,
weight: 15,
},
],
key: "cpsc-331",
Expand Down

0 comments on commit f15d189

Please sign in to comment.