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 ( - {img_alt}

{newlabel}

{description}

-
+ ); } else { const cls = item.external @@ -217,9 +217,9 @@ export function NavDropdown(props) { item_href = pathPrefix + item_href; } return ( - + {translate(item.labelTranslationKey, item.label)} - + ); } }); @@ -231,7 +231,7 @@ export function NavDropdown(props) {
  • {translate("Get Started")} - + ); } @@ -311,9 +311,9 @@ export function NavItem(props) { export function LogoBlock(props) { const { to, img, altText } = props; return ( - + {"XRP - + ); }