diff --git a/web/pages/about.tsx b/web/pages/about.tsx
index a02bda5c..b8f28661 100644
--- a/web/pages/about.tsx
+++ b/web/pages/about.tsx
@@ -10,7 +10,7 @@ export const AboutBlock = (props: {text: ReactNode; title: string}) => {
const {text, title} = props
return (
{text}{title}
+ {title}
@@ -162,7 +162,10 @@ export default function About() {
@@ -183,7 +186,7 @@ export default function About() {