mirror of
https://github.com/NinjaCheetah/RIT-Dining.git
synced 2026-03-05 05:25:29 -05:00
Fixed PayPal link, made open locations only persistent
This commit is contained in:
@@ -66,7 +66,7 @@ struct DonationView: View {
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
Button(action: {
|
||||
openURL(URL(string: "paypal.me/NinjaCheetahX")!)
|
||||
openURL(URL(string: "https://paypal.me/NinjaCheetahX")!)
|
||||
}) {
|
||||
HStack(alignment: .center) {
|
||||
Image("paypalLogo")
|
||||
|
||||
Reference in New Issue
Block a user