diff --git a/src/components/navigation/navigation-popover.tsx b/src/components/navigation/navigation-popover.tsx index 4a52a888..576be6ed 100644 --- a/src/components/navigation/navigation-popover.tsx +++ b/src/components/navigation/navigation-popover.tsx @@ -35,7 +35,7 @@ export interface NavigationPopoverPanelProps { const NavigationPopoverPanel = ({ children }: NavigationPopoverPanelProps) => { return ( - + {children} ); @@ -53,7 +53,7 @@ const NavigationPopover = ({ children, showOverlay }: NavigationPopoverProps) => <> {showOverlay && ( - + )}
{children}