diff --git a/pkg/ui/react-app/src/thanos/Navbar.tsx b/pkg/ui/react-app/src/thanos/Navbar.tsx index ef18bfc889d..fd4f692c81f 100644 --- a/pkg/ui/react-app/src/thanos/Navbar.tsx +++ b/pkg/ui/react-app/src/thanos/Navbar.tsx @@ -107,7 +107,7 @@ const Navigation: FC = ({ pathPrefix, thanosC if ('uri' in config) return ( - + {config.name} @@ -120,7 +120,7 @@ const Navigation: FC = ({ pathPrefix, thanosC {config.children.map((c) => ( - + {c.name} ))}