Deleting paypal

This commit is contained in:
Pengwius 2021-02-27 20:20:30 +01:00
parent 47151e602d
commit e4bff041a4

View file

@ -104,9 +104,6 @@ struct AboutView: View {
Link("Github", destination: URL(string: "https://github.com/wulkanowy/wulkanowy-ios")!)
.foregroundColor(Color("customControlColor"))
Link("Donate us!", destination: URL(string: "https://www.paypal.com/paypalme/wulkanowy")!)
.foregroundColor(Color("customControlColor"))
}
}
}