Skip to content

Commit

Permalink
Add new contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAlgorithm committed Jun 6, 2022
1 parent e535de9 commit c794f5b
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions Swiftcord/Views/Settings/Misc/AboutSwiftcordView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,26 @@ struct AboutSwiftcordView: View {
.multilineTextAlignment(.center)
.padding(.bottom, 4)

Link("Anthony Ingle",
destination: URL(string: "https://github.com/ingleanthony")!)
Link("Ben Tettmar",
destination: URL(string: "https://github.com/bentettmar")!)
Link("royal",
destination: URL(string: "https://github.com/rrroyal")!)
Link("Candygoblen123",
destination: URL(string: "https://github.com/Candygoblen123")!)
Link("marcprux",
destination: URL(string: "https://github.com/marcprux")!)
Link("selimgr",
destination: URL(string: "https://github.com/selimgr")!)
Group {
Link("Anthony Ingle",
destination: URL(string: "https://github.com/ingleanthony")!)
Link("Ben Tettmar",
destination: URL(string: "https://github.com/bentettmar")!)
Link("royal",
destination: URL(string: "https://github.com/rrroyal")!)
Link("Candygoblen123",
destination: URL(string: "https://github.com/Candygoblen123")!)
Link("marcprux",
destination: URL(string: "https://github.com/marcprux")!)
Link("selimgr",
destination: URL(string: "https://github.com/selimgr")!)
Link("tonyarnold",
destination: URL(string: "https://github.com/tonyarnold")!)
Link("charxene",
destination: URL(string: "https://github.com/charxene")!)
}

Text("Big thanks to all contributors <3! Contributions are more than welcome :D")
Text("Big thanks to all contributors <3")
.padding(.top, 4)
.font(.caption)
.multilineTextAlignment(.center)
Expand Down

0 comments on commit c794f5b

Please sign in to comment.