From 88c102f65d3dd8d69807354bcd26554cb28fafea Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Fri, 10 Jul 2026 01:56:33 -0700 Subject: [PATCH] feat: trim SUSTech coursework to maths courses and drop the panel count Remove the four CS-prefixed courses from the SUSTech list (16 maths courses remain) and show the panel header as plain "coursework" without the course count. Co-authored-by: Claude --- app/about/page.tsx | 4 ---- app/components/coursework-tip.tsx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 55fab3d..bee955c 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -60,10 +60,6 @@ export default function About() { "MA337 Real Analysis (H)", "MA340 Fourier Analysis", "MAT7092 Stochastic Processes", - "CS108 Introduction to Mathematical Logic (H)", - "CS109 Introduction to Computer Programming", - "CS201 Discrete Mathematics", - "CS217 Data Structures and Algorithm Analysis (H)", ], }, { diff --git a/app/components/coursework-tip.tsx b/app/components/coursework-tip.tsx index 44a7be0..115bbd7 100644 --- a/app/components/coursework-tip.tsx +++ b/app/components/coursework-tip.tsx @@ -69,7 +69,7 @@ export default function CourseworkTip({ courses }: CourseworkTipProps) { style={{ fontFamily: "var(--font-nunito)", fontWeight: 400, fontSize: 16 }} className="text-zinc-400 dark:text-zinc-500 pb-1.5" > - coursework ยท {courses.length} + coursework