Skip to content

Commit b203409

Browse files
committed
feat: inserting the courses of this semester
1 parent 565c934 commit b203409

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/teaching.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ export function Teaching() {
1010
code: "DCE797",
1111
name: "Project and analysis of algorithms",
1212
level: "Undergraduate",
13-
semester: "2025-2",
13+
semester: "2026-1",
1414
link: "https://github.com/iagoac/dce797",
1515
},
1616
{
1717
code: "EAB067",
1818
name: "Machine learning",
1919
level: "Graduate",
20-
semester: "2025-2",
20+
semester: "2026-1",
2121
link: "https://github.com/iagoac/eab067",
2222
},
2323
{
@@ -29,12 +29,12 @@ export function Teaching() {
2929
},
3030
{
3131
code: "DCE792",
32-
name: "Laboratory of data Structures and algorithms",
32+
name: "Laboratory of data structures and algorithms",
3333
level: "Undergraduate",
3434
semester: "2025-1",
3535
link: "https://github.com/iagoac/dce792",
3636
},
37-
37+
3838
]
3939

4040
const stats = [

0 commit comments

Comments
 (0)