diff --git a/src/renderer/src/components/activity/ActivityTitlebarControls.tsx b/src/renderer/src/components/activity/ActivityTitlebarControls.tsx index fe3f3ef24ec..6fd95fdec5e 100644 --- a/src/renderer/src/components/activity/ActivityTitlebarControls.tsx +++ b/src/renderer/src/components/activity/ActivityTitlebarControls.tsx @@ -58,17 +58,17 @@ export function ActivityTitlebarControls(): React.JSX.Element { variant="ghost" size="icon-xs" onClick={closeActivityPage} - aria-label="Close activity" + aria-label="Close agents" > - Close activity + Close agents - Activity + agents {unreadCount} unread diff --git a/src/renderer/src/components/sidebar/SidebarNav.tsx b/src/renderer/src/components/sidebar/SidebarNav.tsx index 01f68d7bb79..9f2ec928edc 100644 --- a/src/renderer/src/components/sidebar/SidebarNav.tsx +++ b/src/renderer/src/components/sidebar/SidebarNav.tsx @@ -153,7 +153,7 @@ const SidebarNav = React.memo(function SidebarNav() { className={cn('size-4 shrink-0', !activityActive && 'text-sidebar-foreground/30')} strokeWidth={activityActive ? 2.25 : 1.75} /> - Activity + Agents {activityUnreadCount > 0 ? ( {activityUnreadCount}