From a110c7490cb065b239714bb60342acfa376d9a16 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 12 Jun 2026 16:49:55 +0200 Subject: [PATCH] change h6 to h5 to fix heading structure --- 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 e5a7a6e..11c2657 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}