Skip to content

Commit df5cccd

Browse files
authored
Merge pull request #149 from neoarz/main
fix profile links
2 parents b136195 + 3eb6199 commit df5cccd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StikJIT/Views/SettingsView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct SettingsView: View {
3939

4040
// Developer profile image URLs
4141
private let developerProfiles: [String: String] = [
42-
"Stephen": "https://github.com/0-Blu.png",
42+
"Stephen": "https://github.com/StephenDev0.png",
4343
"jkcoxson": "https://github.com/jkcoxson.png",
4444
"Stossy11": "https://github.com/Stossy11.png",
4545
"Neo": "https://github.com/neoarz.png",
@@ -321,7 +321,7 @@ struct SettingsView: View {
321321
.background(Color(UIColor.tertiarySystemBackground))
322322
.cornerRadius(12)
323323
.onTapGesture {
324-
if let url = URL(string: "https://github.com/0-Blu") {
324+
if let url = URL(string: "https://github.com/StephenDev0") {
325325
UIApplication.shared.open(url)
326326
}
327327
}

0 commit comments

Comments
 (0)