Skip to content

Commit

Permalink
remove ability to submit an asam
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarela committed Sep 5, 2024
1 parent 16665d1 commit 62dfbc8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Marlin/Marlin/Views/SubmitReportView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,6 @@ struct SubmitReportView: View {
var body: some View {
List {
Section("Submit reports to NGA via these external links") {
Link(destination: URL(string: "https://msi.nga.mil/submit-report/ASAM-Report")!, label: {
HStack {
if let image = DataSources.asam.image {
Image(uiImage: image)
.tint(Color.onSurfaceColor)
.opacity(0.60)
}
Text("Submit Anti-Shipping Activity Message (ASAM) Report")
.primary()
Spacer()
}
})
.accessibilityElement()
.accessibilityLabel("Submit Anti-Shipping Activity Message (ASAM) Report")
.environment(\.openURL, OpenURLAction { _ in
Metrics.shared.appRoute(["report", "asam"])
return .systemAction
})

Link(destination: URL(string: "https://msi.nga.mil/submit-report/Observ-Report")!, label: {
HStack {
Image(systemName: "eye.fill")
Expand Down

0 comments on commit 62dfbc8

Please sign in to comment.