diff --git a/@theme/components/Navbar/Navbar.tsx b/@theme/components/Navbar/Navbar.tsx index a23a4ebbdd..924029d944 100644 --- a/@theme/components/Navbar/Navbar.tsx +++ b/@theme/components/Navbar/Navbar.tsx @@ -129,9 +129,9 @@ export function AlertBanner(props) {
{message}
- + {button} - + @@ -164,9 +164,9 @@ export function NavDropdown(props) { item2_href = pathPrefix + item2_href; } return ( - + {translate(item2.labelTranslationKey, item2.label)} - + ); }); @@ -195,18 +195,18 @@ export function NavDropdown(props) { const description = translate(splittranslationkey[1], splitlabel[1]); // splitlabel[1] might be undefined, that's ok return ( -{description}