diff --git a/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate b/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate index 946ce4e..323709e 100644 Binary files a/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate and b/Sora.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift b/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift index a3460ed..c1c7c18 100644 --- a/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift +++ b/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift @@ -142,12 +142,12 @@ struct AboutView: View { } } Button(action: { - if let url = URL(string: "https://github.com/Ibraheemraad1") { + if let url = URL(string: "https://github.com/Seeike") { UIApplication.shared.open(url) } }) { HStack { - KFImage(URL(string: "https://avatars.githubusercontent.com/u/116025932?v=4")) + KFImage(URL(string: "https://avatars.githubusercontent.com/u/122684677?v=4")) .resizable() .frame(width: 40, height: 40) .clipShape(Circle())