+
state.leftNavCollapsed)
+ const dashboardCategory = PersistStore((state) => state.dashboardCategory) || "API Security";
const logo = {
width: 78,
topBarSource:
- '/public/akto_name_with_logo.svg',
+ dashboardCategory === "Agentic Security" ? 'White%20logo.svg' : 'akto_name_with_logo.svg',
url: '/dashboard/observe/inventory',
accessibilityLabel: 'Akto Icon',
};