Skip to content

Commit

Permalink
Change methodology note & title
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed Jun 3, 2024
1 parent 33e5305 commit 895f4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function App({ scheme }) {
return (
<div className='App'>
<Container fixed>
<Header heading='Connecticut Town Profiles' />
<Header heading='Connecticut Town Data Viewer' />

<ControlPanel controlGrps={controlProps} ncol={3} />

Expand Down
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 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.
Note that in order to include Community Wellbeing Survey results for small towns, values shown here are based on a model that incorporates 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

0 comments on commit 895f4ab

Please sign in to comment.