From a41fa2833a490c04b07e19cc77709bf3c74aaab7 Mon Sep 17 00:00:00 2001 From: Mary Kate Fain Date: Sat, 7 Mar 2026 19:20:04 -0600 Subject: [PATCH] Fix spacing between FAQ description and first category heading --- src/components/HelpFAQSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HelpFAQSection.tsx b/src/components/HelpFAQSection.tsx index afd0e5a8..7a0a12a2 100644 --- a/src/components/HelpFAQSection.tsx +++ b/src/components/HelpFAQSection.tsx @@ -116,7 +116,7 @@ export function HelpFAQSection({ categories, items, hideHeadings, className }: H {/* Category heading */} {!hideHeadings && ( -
+

{category.label}