Merge pull request #1 from IBH-RAD/patch-1

IBH-RAD credits fixes
This commit is contained in:
cranci 2024-12-24 16:15:01 +01:00 committed by GitHub
commit 3493a94236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")