Skip to content

Commit

Permalink
change section order in narrative
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Jun 4, 2021
1 parent f64a855 commit 2084009
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spotlight-client/src/contentApi/sources/us_pa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ const content: TenantContent = {
</p>`,
metricTypeId: "PrisonPopulationCurrent",
},
{
title: "How has the incarcerated population changed over time?",
body: `<p>
Broadly speaking, increased activity in earlier parts of the criminal justice
system (such as arrests and sentencing) will result in increases in the prison
population. Changes in sentence lengths and revocations from community
supervision may also contribute to the rise and fall of this number.
</p>`,
metricTypeId: "PrisonPopulationHistorical",
},
{
title: "Who is in a transitional facility?",
body: `<p>
Expand All @@ -60,16 +70,6 @@ const content: TenantContent = {
</p>`,
metricTypeId: "CommunityCorrectionsPopulationCurrent",
},
{
title: "How has the incarcerated population changed over time?",
body: `<p>
Broadly speaking, increased activity in earlier parts of the criminal justice
system (such as arrests and sentencing) will result in increases in the prison
population. Changes in sentence lengths and revocations from community
supervision may also contribute to the rise and fall of this number.
</p>`,
metricTypeId: "PrisonPopulationHistorical",
},
{
title: "How did they get there?",
body: `<p>
Expand Down

0 comments on commit 2084009

Please sign in to comment.