fix: Changed all devices to multiple devices

This commit is contained in:
Beingpax 2025-06-11 17:29:29 +05:45
parent 4d1bb409ed
commit 6b4f7ca54b

View File

@ -133,7 +133,7 @@ struct LicenseManagementView: View {
featureItem(icon: "bubble.left.and.bubble.right.fill", title: "Priority Support", color: .purple)
featureItem(icon: "infinity.circle.fill", title: "Lifetime Access", color: .blue)
featureItem(icon: "arrow.up.circle.fill", title: "Free Updates", color: .green)
featureItem(icon: "macbook.and.iphone", title: "All Devices", color: .orange)
featureItem(icon: "macbook.and.iphone", title: "Multiple Devices", color: .orange)
}
.frame(maxWidth: .infinity, alignment: .center)
}