diff --git a/Shared/Views/ImageView.swift b/Shared/Views/ImageView.swift index 911e932b..49a32be0 100644 --- a/Shared/Views/ImageView.swift +++ b/Shared/Views/ImageView.swift @@ -37,6 +37,7 @@ struct ImageView: View { Text(failureInitials) .font(.largeTitle) .foregroundColor(.secondary) + .accessibilityHidden(true) } }