Skip to content

Commit

Permalink
Update Basic-Car-Maintenance/Shared/Dashboard/Views/DashboardView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelacaron authored Oct 18, 2023
1 parent 6453380 commit 8d0e0b9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ struct DashboardView: View {
Image(systemName: "line.3.horizontal.decrease.circle")
}
.accessibilityShowsLargeContentViewer {
Label {
Text("Filter", comment: "Lable above the filter button on the DashboardView")
} icon: {
Image(systemName: "line.3.horizontal.decrease.circle")
}
Label("Filter", systemImage: "line.3.horizontal.decrease.circle")

}
}
Expand Down

0 comments on commit 8d0e0b9

Please sign in to comment.