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