Skip to content

Commit

Permalink
adds low-income tax freeze description
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Oct 3, 2024
1 parent 8368ea1 commit 46230b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/components/TaxCalculator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,22 @@
</p>
</div>

<div
v-if="lowIncomeSelected"
class="tax-calc-div"
>
<h5>Households must meet other eligibility requirements including income and residency to qualify</h5>
<p>
The <b>Low-Income Tax Freeze</b> locks in your Real Estate Tax bill so you pay the same amount every year,
even if your property assessment or the tax rate changes. If your tax liability decreases due to a
lower property assessment or a tax rate decrease, we will update your benefit, lower your bill, and
freeze it at the new amount. To learn more about the program and how to apply,
<a target="_blank" href="https://www.phila.gov/services/payments-assistance-taxes/taxes/property-and-real-estate-taxes/get-real-estate-tax-relief/tax-freeze/apply-for-the-low-income-real-estate-tax-freeze/">
check the guidelines</a>. The deadline to apply for the Low Income Tax Freeze
for {{ selectedTaxYear }} is <b>January 31, {{ selectedTaxYear }}</b>.
</p>
</div>

<div
v-if="seniorSelected"
class="tax-calc-div"
Expand Down

0 comments on commit 46230b8

Please sign in to comment.