diff --git a/app/src/frontend/building/data-containers/age.tsx b/app/src/frontend/building/data-containers/age.tsx index a5026502..16fc09c5 100644 --- a/app/src/frontend/building/data-containers/age.tsx +++ b/app/src/frontend/building/data-containers/age.tsx @@ -135,6 +135,9 @@ const AgeView: React.FunctionComponent = (props) => { /> + @@ -216,26 +219,6 @@ const AgeView: React.FunctionComponent = (props) => { } - - - - - This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) @@ -245,8 +228,8 @@ const AgeView: React.FunctionComponent = (props) => { This section is under development. - = (props) => { copy={props.copy} onChange={props.onChange} /> + ); @@ -415,6 +404,9 @@ const AgeView: React.FunctionComponent = (props) => { /> + @@ -496,26 +488,6 @@ const AgeView: React.FunctionComponent = (props) => { } - - - - - This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) @@ -538,6 +510,12 @@ const AgeView: React.FunctionComponent = (props) => { copy={props.copy} onChange={props.onChange} /> + ); diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index ed7c33b9..3b7688dc 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -399,7 +399,7 @@ const PlanningView: React.FunctionComponent = (props) => { {/* will be titled "Other active application info (crowdsourced data)" once active" */} - This category is not yet activated. + This category is not yet activated - Until this section is activated please report inaccuracies or problems on the Discussion Forum. {/* that is placeholder display, will be replaced by actual code */}
diff --git a/app/src/frontend/header.tsx b/app/src/frontend/header.tsx index fdc7ef63..53c4323e 100644 --- a/app/src/frontend/header.tsx +++ b/app/src/frontend/header.tsx @@ -58,11 +58,17 @@ function getCurrentMenuLinks(username: string): MenuLink[][] { text: "Access open code", external: true }, + { + to: "https://github.com/colouring-cities/manual/wiki", + text: "Colouring Cities Open Manual/Wiki", + disabled: false, + external: true + }, { to: "/showcase.html", - text: "View Data Showcase", + text: "Case Study Showcase", disabled: true, - note: "Coming soon" + note: "Not Yet Activated" }, ], [