From 01467553d52f8448dec072129fc16f467e4ec477 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 8 May 2026 14:31:55 +0200 Subject: [PATCH] Remove redundant `text-base` class from `

` tags for styling consistency across components. --- web/components/home/home.tsx | 2 +- web/pages/about.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/home/home.tsx b/web/components/home/home.tsx index c21a79a0..a07d49bd 100644 --- a/web/components/home/home.tsx +++ b/web/components/home/home.tsx @@ -44,7 +44,7 @@ function FeatureCard({icon, title, text}: FeatureCardProps) {
{icon}
-

{title}

+

{title}

{text}

) diff --git a/web/pages/about.tsx b/web/pages/about.tsx index 89a8f6ff..4ba1ad86 100644 --- a/web/pages/about.tsx +++ b/web/pages/about.tsx @@ -44,7 +44,7 @@ function FeatureCard({icon, title, text}: FeatureCardProps) {
{icon}
-

{title}

+

{title}

{text}

) @@ -68,7 +68,7 @@ function FeatureCardWide({icon, title, text}: FeatureCardProps) { {icon}
-

{title}

+

{title}

{text}

@@ -95,7 +95,7 @@ function HelpCard({icon, title, text, buttonLabel, buttonUrl, buttonPrimary, id}
{icon}
-

+

{title}

{text}