Skip to content

Commit

Permalink
Merge pull request #244 from acidjazz/staging
Browse files Browse the repository at this point in the history
🚢 latest
  • Loading branch information
acidjazz authored Mar 4, 2024
2 parents 7bf4ea3 + e338144 commit 18245ef
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 17 deletions.
12 changes: 0 additions & 12 deletions components/data/DataFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,6 @@ export default {
},
],
disclaimerDistricts: [
{
name: 'Florida',
districts: [5],
},
{
name: 'Montana',
districts: [1],
},
{
name: 'North_Carolina',
districts: [5,8,9,13],
},
],
types: [ 'national', 'state', 'metro', 'district' ],
classes: {
Expand Down
2 changes: 1 addition & 1 deletion components/global/PrintFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img class="object-contain h-8 mr-4 filter-gray" src="/icon-nmhc.png" alt="NMHC Logo"><img class="object-contain h-8 filter-gray" src="/icon-naa.png" alt="NAA Logo">
</div>
<div class="text-xs">
Source: Hoyt Advisory Services; NMHC/NAA; 2021 American Community Survey, U.S. Census Bureau
Source: Hoyt Advisory Services; NMHC/NAA; 2022 American Community Survey, U.S. Census Bureau
</div>
</div>
</template>
2 changes: 1 addition & 1 deletion components/global/SourceLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://www.nmhc.org/" target="_new">NMHC</a>
<span>/</span>
<a href="http://www.naahq.org/" target="_new">NAA</a>;
<a href="https://www.census.gov/programs-surveys/acs/" target="_new">2021 American Community Survey, U.S. Census Bureau</a>
<a href="https://www.census.gov/programs-surveys/acs/" target="_new">2022 American Community Survey, U.S. Census Bureau</a>
</div>
</div>
</template>
2 changes: 1 addition & 1 deletion components/home/NationalForecast.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<offset-section bg="supernova" fg="black">
<div v-in-vp class="font-os my-4 vp-r"> NATIONAL DATA</div>
<div v-in-vp class="text-4xl text-bolder vp-r">
Apartments and their residents contribute $3.4 trillion to the U.S. economy annually, supporting 17.5 million jobs.
Apartments and their residents contribute $3.9 trillion to the U.S. economy annually, supporting 20 million jobs.
</div>
<!--
<div v-in-vp class="mt-4 w-12 h-1 bg-white vp-r" />
Expand Down
2 changes: 1 addition & 1 deletion components/resources/ResourcesOutreach.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="font-os my-4">OUTREACH</div>
<div class="text-4xl font-bold mb-2">We can do this</div>
<div class="text-2xl font-bold mb-4">It takes a team</div>
<div class="mb-4">Apartments and their residents contribute $3.4 trillion to the national economy annually, supporting 17.5 million jobs.</div>
<div class="mb-4">Apartments and their residents contribute $3.9 trillion to the national economy annually, supporting 20 million jobs.</div>
<div class="mb-4">The apartment industry and lawmakers at all levels of government have a variety of policy levers they can use to address the need for more apartments.</div>
<div class="mb-4">By working together we can solve housing affordability challenges.</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ yarn dev
Continuous Deployment is setup using the [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) workflow with [aeonian](https://github.com/acidjazz/aeonian) via [Circle-CI](https://circleci.com/gh/acidjazz/waa)



0 comments on commit 18245ef

Please sign in to comment.