Skip to content

Commit

Permalink
Swap in MRP-based CWS data
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed May 31, 2024
1 parent 84970f6 commit 33e5305
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"sass": "^1.77.1",
"vite": "^5.2.11"
"vite": "^5.2.11",
"vite-plugin-ngrok": "^1.0.0"
}
}
150 changes: 150 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Layout/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Download.propTypes = {
const Geography = ({ towns, cog }) => (
<FooterRow heading='Geography'>
<Typography>
Note that for small towns, data from the DataHaven Community Wellbeing Survey may be unavailable.
Note that in order to include Community Wellbeing Survey results for small towns, values shown here are based on a model rather than direct measurements. Contact DataHaven for more information about the methodology used.
</Typography>
{towns && <Typography>
{`${cog} is made up of the towns of ${towns}.`}
Expand Down
Loading

0 comments on commit 33e5305

Please sign in to comment.