From 31460a40f9788dc1f743483f6dce038b1925cf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=AA=20Boaventura?= Date: Tue, 2 Jul 2024 11:59:28 -0300 Subject: [PATCH] add bg to accordion --- src/components/NavigationMobile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NavigationMobile.tsx b/src/components/NavigationMobile.tsx index 578bd8cf..d96f81b2 100644 --- a/src/components/NavigationMobile.tsx +++ b/src/components/NavigationMobile.tsx @@ -75,6 +75,7 @@ function NavList({ navData }: { navData?: NavData | null }) { {navItem.subnav?.map((subnavItem) => { if (!subnavItem) {