Skip to content

Commit

Permalink
Remove excess accessibility labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 4, 2024
1 parent 5f7cefc commit 966385e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ENGAGEHF/Home.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ struct HomeView: View {
Label("Home", systemImage: "house")
}
}
.accessibilityLabel(Text("Tab Bar"))
.sheet(isPresented: $presentingAccount) {
AccountSheet()
}
Expand Down

0 comments on commit 966385e

Please sign in to comment.