Fixed PayPal link, made open locations only persistent

This commit is contained in:
2025-09-17 22:56:29 -04:00
parent 2c607553ac
commit b8a9c5cdd6
3 changed files with 5 additions and 4 deletions

View File

@@ -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")