Przeglądaj źródła

Add Support item to premium footer links.

Include Support between Privacy Policy and Terms of Service in the checkout footer row.

Made-with: Cursor
huzaifahayat12 3 miesięcy temu
rodzic
commit
aa7685789c
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      google_apps/PremiumFeaturesView.swift

+ 4 - 0
google_apps/PremiumFeaturesView.swift

@@ -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))