Skip to content

Commit d23f53b

Browse files
authored
Update prostore.swift
1 parent 6da169a commit d23f53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/prostore/prostore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct MainSidebarView: View {
2222
Label("Certificates", systemImage: "key")
2323
}
2424
NavigationLink(value: SidebarItem.apps) {
25-
Label("Apps", systemImage: "app.grid.2")
25+
Label("Apps", systemImage: "square.grid.2")
2626
}
2727
NavigationLink(value: SidebarItem.about) {
2828
Label("About", systemImage: "info.circle")

0 commit comments

Comments
 (0)