mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
credits again
This commit is contained in:
parent
2241bb2b58
commit
d3a84c0a24
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue