diff --git a/VoiceInk/Views/ModelCardRowView.swift b/VoiceInk/Views/ModelCardRowView.swift index 7c122f3..eb805e5 100644 --- a/VoiceInk/Views/ModelCardRowView.swift +++ b/VoiceInk/Views/ModelCardRowView.swift @@ -348,15 +348,10 @@ struct CloudModelCardView: View { .foregroundColor(Color(.secondaryLabelColor)) .lineLimit(1) - // Speed - HStack(spacing: 3) { - Text("Speed") - .font(.system(size: 11, weight: .medium)) - .foregroundColor(Color(.secondaryLabelColor)) - progressDotsWithNumber(value: model.speed * 10) - } - .lineLimit(1) - .fixedSize(horizontal: true, vertical: false) + Label("Cloud Model", systemImage: "icloud") + .font(.system(size: 11)) + .foregroundColor(Color(.secondaryLabelColor)) + .lineLimit(1) // Accuracy HStack(spacing: 3) {