diff options
Diffstat (limited to 'Hutch/Views')
| -rw-r--r-- | Hutch/Views/More/AboutView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/AboutView.swift b/Hutch/Views/More/AboutView.swift index cc820f0..97ba9f6 100644 --- a/Hutch/Views/More/AboutView.swift +++ b/Hutch/Views/More/AboutView.swift @@ -66,7 +66,7 @@ struct AboutView: View { } Section("Support") { - Link(destination: URL(string: "mailto:[email protected]")!) { + Link(destination: URL(string: "mailto:[email protected]")!) { SwiftUI.Label("Email Support", systemImage: "envelope") } .themedRow() |
