Compare commits

..

No commits in common. "c49c5186e1aa95d60b5cea6f0157939bcabe5364" and "14317208509704973bea19fdf5bb257481127431" have entirely different histories.

View File

@ -13,9 +13,8 @@ struct SettingsAcknowledgements: View {
Text("contributors".localized(tableName: "General", plural: false)) Text("contributors".localized(tableName: "General", plural: false))
.font(/*@START_MENU_TOKEN@*/.title/*@END_MENU_TOKEN@*/) .font(/*@START_MENU_TOKEN@*/.title/*@END_MENU_TOKEN@*/)
Spacer() Spacer()
Text("David Huh (davidhuh.de)") Text("David Huh")
Text("Lisa Kletsko (li54.de)") Text("Patrick Müller")
Text("Patrick Müller (mueller-patrick.tech)")
Spacer() Spacer()
} }
} }