Skip to content

Commit

Permalink
Update lectures.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KomaSeo authored Jan 9, 2025
1 parent 61a8a0a commit cf3e0b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/lectures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const lectures: LectureInfo[] = [
"This course covers interaction design methods and principles for better usability through hands-on experiences.",
audience: "For Undergraduate Students",
syllabuses: [
{
link: "https://docs.google.com/document/d/1ykBgdW2Lp-druXDzfi4O7M_vRynfPGdy5xG58bnOt6c/edit?tab=t.0",
semester: "2024 Fall"
},
{
link: "https://docs.google.com/document/d/1lylLVmO8svuXC5iiqjIMQOpX7eYtlo4XSCNgWqxy9Vc/edit?usp=sharing",
semester: "2023 Fall"
Expand All @@ -27,10 +31,6 @@ const lectures: LectureInfo[] = [
link: "https://docs.google.com/document/d/1k6iAR_OIMbKWnH2xFG_k-A6wLcLoiIutYeal0ShGqtU/edit",
semester: "2022 Spring"
},
{
link: "https://docs.google.com/document/d/1ykBgdW2Lp-druXDzfi4O7M_vRynfPGdy5xG58bnOt6c/edit?tab=t.0",
semester: "2024 Fall"
}
]
},
{
Expand Down

0 comments on commit cf3e0b4

Please sign in to comment.