From 9acd45889804fd01342dd0ef13a98cc3ae1c910d Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 3 Jun 2026 10:06:13 +0200 Subject: [PATCH] change feature title colour --- src/components/Feature.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Feature.tsx b/src/components/Feature.tsx index 2998083..e5a7a6e 100644 --- a/src/components/Feature.tsx +++ b/src/components/Feature.tsx @@ -7,7 +7,7 @@ interface IProps { const Feature = ({ title, children }: IProps) => (
-
{title}
+
{title}

{children}