From f91587a7674b6a780d5b3c3aacfa32117a778889 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 23 Jul 2026 03:28:08 +0200 Subject: [PATCH] chore(cleanup): removed double title card text; less wasted space --- frontend/src/components/About.tsx | 3 --- frontend/src/components/CurrentActivity.tsx | 3 --- frontend/src/components/ProjectInfo.tsx | 7 ++----- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/About.tsx b/frontend/src/components/About.tsx index 0b977a8..39fe0e0 100644 --- a/frontend/src/components/About.tsx +++ b/frontend/src/components/About.tsx @@ -5,9 +5,6 @@ import aboutMd from "../content/about.md?raw"; export default function About(): ReactElement { return ( <> -

- About -

); diff --git a/frontend/src/components/CurrentActivity.tsx b/frontend/src/components/CurrentActivity.tsx index 0d9978c..743b426 100644 --- a/frontend/src/components/CurrentActivity.tsx +++ b/frontend/src/components/CurrentActivity.tsx @@ -5,9 +5,6 @@ import currentActivityMd from "../content/current-activity.md?raw"; export default function CurrentActivity(): ReactElement { return ( <> -

- Current activity -

); diff --git a/frontend/src/components/ProjectInfo.tsx b/frontend/src/components/ProjectInfo.tsx index e0f387e..2c71f4b 100644 --- a/frontend/src/components/ProjectInfo.tsx +++ b/frontend/src/components/ProjectInfo.tsx @@ -10,17 +10,14 @@ export default function ProjectInfo(): ReactElement { return ( <> -

- Projects -

-
+
- + {projects[projIdx].name} ({projIdx + 1}/{projects.length})