chore(cleanup): removed double title card text; less wasted space

This commit is contained in:
2026-07-23 03:29:05 +02:00
parent d2b2eb2343
commit f91587a767
3 changed files with 2 additions and 11 deletions
-3
View File
@@ -5,9 +5,6 @@ import aboutMd from "../content/about.md?raw";
export default function About(): ReactElement {
return (
<>
<h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve">
About
</h1>
<MdProcessor content={aboutMd} />
</>
);