diff --git a/@theme/components/Navbar/Navbar.tsx b/@theme/components/Navbar/Navbar.tsx
index 50a0a620052..7f7454183eb 100644
--- a/@theme/components/Navbar/Navbar.tsx
+++ b/@theme/components/Navbar/Navbar.tsx
@@ -222,7 +222,7 @@ export function NavDropdown(props) {
//conditional specific for brand kit
if (item2.link === "/XRPL_Brand_Kit.zip") {
return (
-
+
{translate(item2.labelTranslationKey, item2.label)}
);