From 93c4d09b356f46ff5dd1162a62e8d0e35893e838 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 30 Jun 2026 21:22:48 +0200 Subject: [PATCH] add(About+Systems): separated into components --- frontend/src/components/About.tsx | 4 ++-- frontend/src/pages/Home.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/About.tsx b/frontend/src/components/About.tsx index 4aeddf1..c7617b2 100644 --- a/frontend/src/components/About.tsx +++ b/frontend/src/components/About.tsx @@ -1,8 +1,8 @@ export default function About() { - return( + return ( <>

- About + About

diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index ada68db..07ee19e 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -86,7 +86,7 @@ export default function Home(): ReactElement { title: "About", content: ( <> - + ), },