diff --git a/ui/desktop/src/components/Layout/TopNavigation.tsx b/ui/desktop/src/components/Layout/TopNavigation.tsx index adeff7a9be..658c061a93 100644 --- a/ui/desktop/src/components/Layout/TopNavigation.tsx +++ b/ui/desktop/src/components/Layout/TopNavigation.tsx @@ -569,7 +569,6 @@ export const TopNavigation: React.FC = ({ isExpanded, setIsE ? 'bg-background-accent text-text-on-accent' : 'bg-background-default hover:bg-background-medium' } - ${isPulsing ? 'ring-2 ring-blue-400' : ''} ${isLastTile && totalTiles === 10 ? 'sm:aspect-[3/1] md:aspect-[3/1] lg:aspect-square' : 'aspect-square'} `} > @@ -578,6 +577,16 @@ export const TopNavigation: React.FC = ({ isExpanded, setIsE + {/* Update indicator dot */} + {isPulsing && ( + + )} + {/* Tag in top corner */} {item.getTag && (