add in why subscribe text

This commit is contained in:
Trey t
2022-12-27 15:27:16 -06:00
parent 384a57a4bd
commit e7e9367896
5 changed files with 14 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ struct YearView: View {
if iapManager.showIAP {
VStack {
Spacer()
PurchaseButtonView(height: 175, iapManager: iapManager)
PurchaseButtonView(iapManager: iapManager)
}
} else if iapManager.showIAPWarning {
VStack {