diff --git a/ENGAGEHF/Home.swift b/ENGAGEHF/Home.swift index b3bdb0b3..39d144b0 100644 --- a/ENGAGEHF/Home.swift +++ b/ENGAGEHF/Home.swift @@ -34,7 +34,6 @@ struct HomeView: View { Label("Home", systemImage: "house") } } - .accessibilityLabel(Text("Tab Bar")) .sheet(isPresented: $presentingAccount) { AccountSheet() }