diff --git a/ui/src/components/AccordionNav/index.tsx b/ui/src/components/AccordionNav/index.tsx index 7b63cd50..008054de 100644 --- a/ui/src/components/AccordionNav/index.tsx +++ b/ui/src/components/AccordionNav/index.tsx @@ -20,7 +20,7 @@ function MenuNode({ const href = isLeaf ? `${path}${menu.name}` : '#'; return ( - + - + {menu.displayName ? menu.displayName : t(menu.name)} {menu.badgeContent ? (