diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index 00e0b89d0..b6be327c2 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -777,15 +777,19 @@ function NavItems({ ) : null} {item.name} {item.kind && ( - + {item.kind === 'pipeline' ? ( - + ) : ( - + )} - {item.kind === 'pipeline' - ? t('agents.kindBadgePipeline') - : t('agents.kindBadgeAgent')} )} {item.debug && (