mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +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: {
|
Button(action: {
|
||||||
if let url = URL(string: "https://github.com/Ibraheemraad1") {
|
if let url = URL(string: "https://github.com/Seeike") {
|
||||||
UIApplication.shared.open(url)
|
UIApplication.shared.open(url)
|
||||||
}
|
}
|
||||||
}) {
|
}) {
|
||||||
HStack {
|
HStack {
|
||||||
KFImage(URL(string: "https://avatars.githubusercontent.com/u/116025932?v=4"))
|
KFImage(URL(string: "https://avatars.githubusercontent.com/u/122684677?v=4"))
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 40, height: 40)
|
.frame(width: 40, height: 40)
|
||||||
.clipShape(Circle())
|
.clipShape(Circle())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue