We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b136195 + 3eb6199 commit df5cccdCopy full SHA for df5cccd
1 file changed
StikJIT/Views/SettingsView.swift
@@ -39,7 +39,7 @@ struct SettingsView: View {
39
40
// Developer profile image URLs
41
private let developerProfiles: [String: String] = [
42
- "Stephen": "https://github.com/0-Blu.png",
+ "Stephen": "https://github.com/StephenDev0.png",
43
"jkcoxson": "https://github.com/jkcoxson.png",
44
"Stossy11": "https://github.com/Stossy11.png",
45
"Neo": "https://github.com/neoarz.png",
@@ -321,7 +321,7 @@ struct SettingsView: View {
321
.background(Color(UIColor.tertiarySystemBackground))
322
.cornerRadius(12)
323
.onTapGesture {
324
- if let url = URL(string: "https://github.com/0-Blu") {
+ if let url = URL(string: "https://github.com/StephenDev0") {
325
UIApplication.shared.open(url)
326
}
327
0 commit comments