tweak placeholder display
This commit is contained in:
parent
d0323dbee8
commit
65a7286b85
@ -103,7 +103,9 @@ const PlanningDataOfficialDataEntry: React.FC<PlanningDataOfficialDataEntryProps
|
||||
<div className={`alert alert-dark`} role="alert" style={{ fontSize: 13, backgroundColor: "#f6f8f9"}}>
|
||||
{/* TODO: data[0] is problematic here... Compute it from listed elements and show all distinct variants? Error if they are not distinct? Hardcode it? */}
|
||||
<div>
|
||||
Planning application status is streamed using live data uploaded by local authorities to {data[0]["data_source_link"] ? <a href={data[0]["data_source_link"]}>{data[0]["data_source"]}</a> : data[0]["data_source"] }.
|
||||
<i>
|
||||
Planning application status is streamed using live data uploaded by local authorities to {data[0]["data_source_link"] ? <a href={data[0]["data_source_link"]}>{data[0]["data_source"]}</a> : data[0]["data_source"] }.
|
||||
</i>
|
||||
</div>
|
||||
<Disclaimer />
|
||||
</div>
|
||||
|
@ -149,11 +149,13 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
<DataEntryGroup name="Planning zones" collapsed={true} >
|
||||
<InfoBox>
|
||||
Use the pink buttons to visualise planning zone data. You may need to <u>zoom out</u>.
|
||||
</InfoBox>
|
||||
<InfoBox>
|
||||
Data in this section comes from the Greater London Authority's Planning London Datahub. Please check the original GLA source when using for planning purposes.
|
||||
Information on whether a specific building is in a zone will be added automatically in future.
|
||||
</InfoBox>
|
||||
<div className={`alert alert-dark`} role="alert" style={{ fontSize: 13, backgroundColor: "#f6f8f9" }}>
|
||||
<i>
|
||||
Data in this section comes from the Greater London Authority's Planning London Datahub. Please check the original GLA source when using for planning purposes.
|
||||
</i>
|
||||
</div>
|
||||
<LogicalDataEntry
|
||||
title="Is the building inside a Flood Zone?"
|
||||
slug="planning_live_application"
|
||||
|
Loading…
Reference in New Issue
Block a user