|
|
@@ -219,6 +219,10 @@ struct PremiumFeaturesView: View {
|
|
|
.font(.system(size: 11, weight: .medium))
|
|
|
.foregroundStyle(.white.opacity(0.7))
|
|
|
Spacer()
|
|
|
+ Text("Support")
|
|
|
+ .font(.system(size: 11, weight: .medium))
|
|
|
+ .foregroundStyle(.white.opacity(0.7))
|
|
|
+ Spacer()
|
|
|
Text("Terms of Service")
|
|
|
.font(.system(size: 11, weight: .medium))
|
|
|
.foregroundStyle(.white.opacity(0.7))
|