From 9acb2d2be8cfb90c10b0ea577bacb221abaa7cec Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 31 Jul 2026 11:34:05 +0200 Subject: [PATCH] Update profile-about component to use primary color for text styling --- web/components/profile-about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/profile-about.tsx b/web/components/profile-about.tsx index 48f9c548..885f0c8f 100644 --- a/web/components/profile-about.tsx +++ b/web/components/profile-about.tsx @@ -288,7 +288,7 @@ function HeroFact(props: {label: string; children: ReactNode}) {
{label}
-
+
{children}