From 6a44eaaf4636806abc92fbb67a547e84dec4da3f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 30 Apr 2026 18:59:20 +0200 Subject: [PATCH] Update About page styles to apply consistent primary color usage --- web/pages/about.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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 (
-

{title}

+

{title}

{text}

) @@ -25,7 +25,7 @@ export default function About() { description={t('about.seo.description', 'About Compass')} url={`/about`} /> -
+
@@ -34,7 +34,7 @@ export default function About() {
-

+

{t('about.subtitle', 'To find your people with ease.')}

@@ -134,7 +134,7 @@ export default function About() {
{t('about.suggestions.title', 'Give Suggestions or Contribute')}
@@ -150,7 +150,7 @@ export default function About() { />
-
+
{t('about.dev.title', 'Develop the App')}

@@ -162,7 +162,10 @@ export default function About() {

-
+
{t('about.join.title', 'Join the Community')}

@@ -183,7 +186,7 @@ export default function About() {

-