From 2ff7382e0a1b371ca168739a302f4c1245883e47 Mon Sep 17 00:00:00 2001 From: Solomon Hawk Date: Mon, 28 Oct 2024 16:58:39 -0400 Subject: [PATCH] Fix dom nesting in tech page card title --- .../src/features/made-with/pages/root/components/section.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/features/made-with/pages/root/components/section.tsx b/apps/web/src/features/made-with/pages/root/components/section.tsx index d19db90..4a2fd21 100644 --- a/apps/web/src/features/made-with/pages/root/components/section.tsx +++ b/apps/web/src/features/made-with/pages/root/components/section.tsx @@ -24,8 +24,8 @@ export function Section({ title, config }: Props) { - -

{title}

+ + {title}