diff --git a/awx/ui_next/src/components/AppContainer/AppContainer.jsx b/awx/ui_next/src/components/AppContainer/AppContainer.jsx
index 241175be36..ede56b2862 100644
--- a/awx/ui_next/src/components/AppContainer/AppContainer.jsx
+++ b/awx/ui_next/src/components/AppContainer/AppContainer.jsx
@@ -138,12 +138,13 @@ function AppContainer({ i18n, navRouteConfig = [], children }) {
}
}, [handleLogout, timeRemaining]);
- const brandName = config?.license_info?.product_name || 'brand';
+ const brandName = config?.license_info?.product_name;
+ const alt = brandName ? i18n._(t`${brandName} logo`) : i18n._(t`brand logo`);
const header = (
}
+ logo={}
logoProps={{ href: '/' }}
headerTools={
}
+ logo={}
headerTools={