const ProgressBar = ({ progress, speed }: { progress: number; speed?: string }) => { if (progress >= 100) { return (