diff --git a/api/dto.py b/api/dto.py index f3b08a7..402a76a 100644 --- a/api/dto.py +++ b/api/dto.py @@ -137,7 +137,7 @@ def clean_eligible(cls, parcel: ParcelType) -> bool: return (parcel.assessed_value is not None) and ( parcel.assessed_value <= { - "detroit": 150000, + "detroit": 200000, "cook": 225000, "milwaukee": 150000, }.get(parcel.__tablename__) diff --git a/src/pages/content/appeal-intro.jsx b/src/pages/content/appeal-intro.jsx index 647dfdc..7946c22 100644 --- a/src/pages/content/appeal-intro.jsx +++ b/src/pages/content/appeal-intro.jsx @@ -119,7 +119,9 @@ const AppealIntro = ({ region }) => ( please set up an appointment:{" "} Schedule an appointment - + {" "} + {" "} + or call us at 313-438-8698

@@ -194,7 +196,7 @@ const AppealIntro = ({ region }) => ( You occupy that home as your permanent residence (we do not service landlords); and -
  • Your home is worth $150,000 or less.
  • +
  • Your home is worth $200,000 or less.
  • )} {region == "cook" && ( diff --git a/tf/dev/main.tf b/tf/dev/main.tf index 4d3ec4a..235b005 100644 --- a/tf/dev/main.tf +++ b/tf/dev/main.tf @@ -28,7 +28,7 @@ locals { state_bucket = "ptap-terraform-state" domain = "propertytaxproject.com" github_subjects = ["PropertyTaxProject/ptap:*"] - sheet_name = "Dev PTAP Submissions" + sheet_name = "Dev PTAP Submissions 2025" mke_sheet_name = "Dev MKE PTAP Submissions" tags = {