Skip to content

Commit e1bac01

Browse files
Add new contributors and sponsors
1 parent 13f90d5 commit e1bac01

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

Swiftcord/Views/Settings/Misc/AboutSwiftcordView.swift

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,20 @@ struct AboutSwiftcordView: View {
2525

2626
Text("Credits").font(.title)
2727
VStack(alignment: .center, spacing: 2) {
28-
Image(systemName: "person.fill").font(.system(size: 24))
28+
Image(systemName: "person.fill").font(.system(size: 24)).foregroundColor(.yellow)
2929
Text("Head Developer").font(.title2).padding(.top, 8)
3030
Text("Vincent Kwok")
3131
}.frame(maxWidth: .infinity)
3232
HStack(alignment: .top, spacing: 16) {
3333
VStack(alignment: .center, spacing: 2) {
34-
Image(systemName: "person.3").font(.system(size: 24))
34+
Image(systemName: "person.3")
35+
.font(.system(size: 24)).foregroundColor(.green)
3536
Text("Contributors").font(.title2).padding(.top, 8)
37+
38+
Text("Thanks to all those who made valuable contributions! Swiftcord wouldn't be where it is without your contributions!")
39+
.multilineTextAlignment(.center)
40+
.padding(.bottom, 4)
41+
3642
Link("Anthony Ingle",
3743
destination: URL(string: "https://github.com/ingleanthony")!)
3844
Link("Ben Tettmar",
@@ -43,18 +49,27 @@ struct AboutSwiftcordView: View {
4349
destination: URL(string: "https://github.com/Candygoblen123")!)
4450
Link("marcprux",
4551
destination: URL(string: "https://github.com/marcprux")!)
52+
Link("selimgr",
53+
destination: URL(string: "https://github.com/selimgr")!)
4654

4755
Text("Big thanks to all contributors <3! Contributions are more than welcome :D")
4856
.padding(.top, 4)
4957
.font(.caption)
5058
.multilineTextAlignment(.center)
5159
}.frame(maxWidth: .infinity)
5260
VStack(alignment: .center, spacing: 2) {
53-
Image(systemName: "dollarsign.circle").font(.system(size: 24))
61+
Image(systemName: "dollarsign.circle")
62+
.font(.system(size: 24)).foregroundColor(.orange)
5463
Text("Sponsors").font(.title2).padding(.top, 8)
55-
Text("Nobody yet...")
5664

57-
Text("Please sponsor the project on GitHub!")
65+
Text("Sponsoring Swiftcord allows me to continue developing it!")
66+
.multilineTextAlignment(.center)
67+
.padding(.bottom, 4)
68+
69+
Link("selimgr",
70+
destination: URL(string: "https://github.com/selimgr")!)
71+
72+
Text("Please sponsor Swiftcord on GitHub! I'll be eternally grateful <3")
5873
.padding(.top, 4)
5974
.font(.caption)
6075
}.frame(maxWidth: .infinity)

0 commit comments

Comments
 (0)