About: Add donation and discord links
Signed-off-by: kingbri <bdashore3@gmail.com>
This commit is contained in:
parent
56bb3a9c61
commit
2cee7bc848
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ struct AboutView: View {
|
|||
ListRowTextView(leftText: "Version", rightText: UIApplication.shared.appVersion)
|
||||
ListRowTextView(leftText: "Build number", rightText: UIApplication.shared.appBuild)
|
||||
ListRowTextView(leftText: "Build type", rightText: UIApplication.shared.buildType)
|
||||
ListRowLinkView(text: "Donate!", link: "https://ko-fi.com/kingbri")
|
||||
ListRowLinkView(text: "Discord server", link: "https://discord.gg/sYQxnuD7Fj")
|
||||
ListRowLinkView(text: "GitHub repository", link: "https://github.com/bdashore3/Ferrite")
|
||||
}
|
||||
.listStyle(.insetGrouped)
|
||||
|
|
|
|||
Loading…
Reference in a new issue