mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-19 23:52:09 +00:00
Update SettingsAboutView.swift
My name is exclusively capital+I changed my github username
This commit is contained in:
parent
fa57127371
commit
e50a73a711
1 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue