From b6b13b3f86eadff47e2912b9822b880cdd68643e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 9 Dec 2024 18:34:01 -0300 Subject: [PATCH] making heading closer to its items --- lib/components/SubMenuGroup/SubMenuGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/SubMenuGroup/SubMenuGroup.tsx b/lib/components/SubMenuGroup/SubMenuGroup.tsx index 9fc9ed5..eea2d97 100644 --- a/lib/components/SubMenuGroup/SubMenuGroup.tsx +++ b/lib/components/SubMenuGroup/SubMenuGroup.tsx @@ -73,7 +73,7 @@ const Heading: React.FC<{ children: React.ReactNode; }> = ({ className, children }) => { return ( -

+

{children}

);