소스 검색

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 달 전
부모
커밋
aa7685789c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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))