add support button, icon view

This commit is contained in:
Trey t
2025-12-04 23:59:39 -06:00
parent 70d46da14a
commit fd8f6d612c
7 changed files with 434 additions and 1 deletions
+5
View File
@@ -545,6 +545,11 @@ enum L10n {
static var emailNotifications: String { String(localized: "profile_email_notifications") }
static var emailTaskCompleted: String { String(localized: "profile_email_task_completed") }
static var emailTaskCompletedDescription: String { String(localized: "profile_email_task_completed_description") }
// Support
static var support: String { String(localized: "profile_support") }
static var contactSupport: String { String(localized: "profile_contact_support") }
static var contactSupportSubtitle: String { String(localized: "profile_contact_support_subtitle") }
}
// MARK: - Settings