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})