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: (
<>
-
+
>
),
},