Skip to content

Commit

Permalink
Merge pull request colouring-cities#1427 from matkoniecz/feature/rena…
Browse files Browse the repository at this point in the history
…me_community_buildings

Rename one of sections
  • Loading branch information
matkoniecz authored Oct 28, 2024
2 parents 71135d1 + c68df5c commit 472ba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/frontend/building/data-containers/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
required={streetscapeResponseRequired}
/> */}
</DataEntryGroup>
<DataEntryGroup name="Buildings in community use" collapsed={subcat==null || subcat!="2"}>
<DataEntryGroup name="Building in Community Use / Ownership" collapsed={subcat==null || subcat!="2"}>
<div className={`alert alert-dark`} role="alert" style={{ fontSize: 14, backgroundColor: "#f6f8f9" }}>
<i>
Here we are collecting information on the location of buildings used for community activities so we can track loss of/additions to community space over time.
Expand Down

0 comments on commit 472ba17

Please sign in to comment.