From e50a73a71195ac76b60061324999742833a1bb3a Mon Sep 17 00:00:00 2001 From: IBH <116025932+IBH-RAD@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:10:06 +0300 Subject: [PATCH] Update SettingsAboutView.swift My name is exclusively capital+I changed my github username --- Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift b/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift index c1c7c18..f8d5ded 100644 --- a/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift +++ b/Sora/Views/SettingsViews/SubPages/SettingsAboutView.swift @@ -118,18 +118,18 @@ struct AboutView: View { } } Button(action: { - if let url = URL(string: "https://github.com/Ibraheemraad1") { + if let url = URL(string: "https://github.com/IBH-RAD") { UIApplication.shared.open(url) } }) { HStack { - KFImage(URL(string: "https://avatars.githubusercontent.com/u/116025932?v=4")) + KFImage(URL(string: "https://avatars.githubusercontent.com/u/116025932?u=393be7ee3f476362b9e09d4f195ac035c5060236&v=4")) .resizable() .frame(width: 40, height: 40) .clipShape(Circle()) VStack(alignment: .leading) { - Text("ibh-rad") + Text("IBH") .font(.headline) .foregroundColor(.purple) Text("Discord Helper & Bug Hunter")