Skip to content

Commit 6a3688a

Browse files
committed
change contentview
1 parent 408f052 commit 6a3688a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SnapshotArticle/ContentView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ struct ContentView: View {
1111
var body: some View {
1212
NavigationView {
1313
VStack {
14-
Image(systemName: "hand.wave")
14+
Image(systemName: "globe")
1515
.imageScale(.large)
16-
.foregroundColor(.black.opacity(0.4))
16+
.foregroundColor(.blue.opacity(0.4))
1717
NavigationLink(destination: SecondView()) {
1818
Text("Hello World!")
1919
}

0 commit comments

Comments
 (0)