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 1721b1e commit 99540f5Copy full SHA for 99540f5
VocabularyApp/AboutView.swift
@@ -30,7 +30,10 @@ struct AboutView: View {
30
Link("Support Email", destination: URL(string: "mailto:[email protected]")!)
31
.foregroundColor(.blue)
32
33
- Link("Follow on X", destination: URL(string: "https://twitter.com/pycoder2000")!)
+ Link("Follow on X", destination: URL(string: "https://x.com/_ParthDesai_")!)
34
+ .foregroundColor(.blue)
35
+
36
+ Link("Source Code", destination: URL(string: "https://github.com/pycoder2000/DailyWordPro")!)
37
38
}
39
0 commit comments