Skip to content

Commit 99540f5

Browse files
committed
Update AboutView with new social media link and add source code link
1 parent 1721b1e commit 99540f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

VocabularyApp/AboutView.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ struct AboutView: View {
3030
Link("Support Email", destination: URL(string: "mailto:[email protected]")!)
3131
.foregroundColor(.blue)
3232

33-
Link("Follow on X", destination: URL(string: "https://twitter.com/pycoder2000")!)
33+
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")!)
3437
.foregroundColor(.blue)
3538
}
3639

0 commit comments

Comments
 (0)