Skip to content

Commit c794f5b

Browse files
Add new contributors
1 parent e535de9 commit c794f5b

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

Swiftcord/Views/Settings/Misc/AboutSwiftcordView.swift

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,26 @@ struct AboutSwiftcordView: View {
4343
.multilineTextAlignment(.center)
4444
.padding(.bottom, 4)
4545

46-
Link("Anthony Ingle",
47-
destination: URL(string: "https://github.com/ingleanthony")!)
48-
Link("Ben Tettmar",
49-
destination: URL(string: "https://github.com/bentettmar")!)
50-
Link("royal",
51-
destination: URL(string: "https://github.com/rrroyal")!)
52-
Link("Candygoblen123",
53-
destination: URL(string: "https://github.com/Candygoblen123")!)
54-
Link("marcprux",
55-
destination: URL(string: "https://github.com/marcprux")!)
56-
Link("selimgr",
57-
destination: URL(string: "https://github.com/selimgr")!)
46+
Group {
47+
Link("Anthony Ingle",
48+
destination: URL(string: "https://github.com/ingleanthony")!)
49+
Link("Ben Tettmar",
50+
destination: URL(string: "https://github.com/bentettmar")!)
51+
Link("royal",
52+
destination: URL(string: "https://github.com/rrroyal")!)
53+
Link("Candygoblen123",
54+
destination: URL(string: "https://github.com/Candygoblen123")!)
55+
Link("marcprux",
56+
destination: URL(string: "https://github.com/marcprux")!)
57+
Link("selimgr",
58+
destination: URL(string: "https://github.com/selimgr")!)
59+
Link("tonyarnold",
60+
destination: URL(string: "https://github.com/tonyarnold")!)
61+
Link("charxene",
62+
destination: URL(string: "https://github.com/charxene")!)
63+
}
5864

59-
Text("Big thanks to all contributors <3! Contributions are more than welcome :D")
65+
Text("Big thanks to all contributors <3")
6066
.padding(.top, 4)
6167
.font(.caption)
6268
.multilineTextAlignment(.center)

0 commit comments

Comments
 (0)