Skip to content

Commit caf1bd0

Browse files
committed
WIP
1 parent dc07e05 commit caf1bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Showcase/Showcase/AppView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct ContentView: View {
3535
ControlsShowcase()
3636
.tabItem { Label("Controls", systemImage: "5.circle") }
3737
UIViewRepresentableShowcase()
38-
.tabItem { Label("UIViewRepresentables", systemImage: "6.circle") }
38+
.tabItem { Label("UIViewRepresentable", systemImage: "6.circle") }
3939
}
4040
#if os(iOS) || os(tvOS)
4141
.introspect(.tabView, on: .iOS(.v13, .v14, .v15, .v16, .v17, .v18, .v26), .tvOS(.v13, .v14, .v15, .v16, .v17, .v18, .v26)) { tabBarController in

0 commit comments

Comments
 (0)