Skip to content

Commit a504a04

Browse files
authored
update credits in app
1 parent a0e7b1b commit a504a04

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Geranium/HomeView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ struct HomeView: View {
6363
}
6464
LinkCell(imageLink: "https://cdn.discordapp.com/avatars/470637062870269952/67eb5d0a0501a96ab0a014ae89027e32.webp?size=160", url: "https://github.com/bomberfish", title: "BomberFish", description: "Daemon Listing")
6565
LinkCell(imageLink: "https://cdn.discordapp.com/avatars/412187004407775242/1df69ac879b9e5f98396553eeac80cec.webp?size=160", url: "https://github.com/sourcelocation", title: "sourcelocation", description: "Swift UI Functions")
66+
if !isMiniDevice() {
67+
LinkCell(imageLink: "https://avatars.githubusercontent.com/u/53754807?v=4", url: "https://github.com/acg7878", title: "acg7878", description: "Support for LocSim in China")
68+
}
6669
LinkCell(imageLink: "https://cclerc.ch/db/geranium/85764897.png", url: "https://github.com/haxi0", title: "haxi0", description: "Welcome Page source")
6770
}
6871
}

0 commit comments

Comments
 (0)