We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408f052 commit 5d887b7Copy full SHA for 5d887b7
SnapshotArticle/ContentView.swift
@@ -11,7 +11,7 @@ struct ContentView: View {
11
var body: some View {
12
NavigationView {
13
VStack {
14
- Image(systemName: "hand.wave")
+ Image(systemName: "globe")
15
.imageScale(.large)
16
.foregroundColor(.black.opacity(0.4))
17
NavigationLink(destination: SecondView()) {
0 commit comments