Skip to content

Commit 5d887b7

Browse files
committed
change contentview
1 parent 408f052 commit 5d887b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SnapshotArticle/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct ContentView: View {
1111
var body: some View {
1212
NavigationView {
1313
VStack {
14-
Image(systemName: "hand.wave")
14+
Image(systemName: "globe")
1515
.imageScale(.large)
1616
.foregroundColor(.black.opacity(0.4))
1717
NavigationLink(destination: SecondView()) {

0 commit comments

Comments
 (0)