diff --git a/ui/src/components/AgentCard.tsx b/ui/src/components/AgentCard.tsx index 68c4c39..f006b79 100644 --- a/ui/src/components/AgentCard.tsx +++ b/ui/src/components/AgentCard.tsx @@ -1,6 +1,6 @@ import { UptimeMessage } from "@/services/types"; import { formatRelativeTime, isAgentOnline } from "@/services/utils"; -import { DottedProgressBar } from "./Progressbar"; +import { Progressbar } from "./Progressbar"; export type AgentOverviewCardProps = { count: number; @@ -69,24 +69,23 @@ export function AgentCard({ props }: { props: AgentCardProps }) { onClick={() => props.onClick?.()} className="bg-[#111111] border border-[#262626] rounded-lg p-6 hover:bg-[#151515] transition-all cursor-pointer group" > -