Merge branch 'master' into activate-verification-2

This commit is contained in:
Ed Chalstrey 2022-05-26 15:18:55 +01:00
commit e8e6263403
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -38,6 +38,9 @@ const Welcome = () => (
<div className="image-row"> <div className="image-row">
<img src="images/supporter-logos.png" alt="Colouring London collaborating organisations: The Bartlett UCL, Ordnance Survey, Historic England, Greater London Authority" /> <img src="images/supporter-logos.png" alt="Colouring London collaborating organisations: The Bartlett UCL, Ordnance Survey, Historic England, Greater London Authority" />
</div> </div>
<div className="image-row">
<img src="images/logo-loughborough.png" alt="Colouring London collaborating organisations: Loughborough University" />
</div>
</div> </div>
); );