From 6aef41ff51676f33a0dc4befb2015fe56afbe76e Mon Sep 17 00:00:00 2001
From: Mike Simpson
Date: Thu, 4 Jan 2024 15:27:51 +0000
Subject: [PATCH] Corrections to welcome text
I thought we'd fixed this already!
---
app/src/cc-config.json | 2 +-
app/src/frontend/pages/welcome.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/cc-config.json b/app/src/cc-config.json
index 587d66a06..2e1db9564 100644
--- a/app/src/cc-config.json
+++ b/app/src/cc-config.json
@@ -1,6 +1,6 @@
{
"cityName": "Cities",
- "projectBlurb": "Colouring {City Name} is part Colouring Cities.",
+ "projectBlurb": "Colouring {City Name} is part of Colouring Cities.",
"githubURL": "https://github.com/colouring-cities/colouring-core",
"manualURL": "https://github.com/colouring-cities/manual/wiki/M3.-COLOURING-BRITAIN",
diff --git a/app/src/frontend/pages/welcome.tsx b/app/src/frontend/pages/welcome.tsx
index cfe5b5a9f..035172877 100644
--- a/app/src/frontend/pages/welcome.tsx
+++ b/app/src/frontend/pages/welcome.tsx
@@ -18,8 +18,8 @@ const Welcome = () => (
- {config.projectBlurb}
- The Colouring Cities Research Programme (CCRP), led by the Alan Turing Institute,
+ {config.projectBlurb}
+ The Colouring Cities Research Programme (CCRP), led by the Alan Turing Institute,
is an international consortium of academic institutions involved
in building research. Our aim is to maximise accessibility to building-level data across countries,
to help improve stock quality, efficiency, sustainability and resilience and meet net-zero goals.