Merge pull request #947 from colouring-cities/add-newcastle-logo

Add Newcastle University Logo
This commit is contained in:
Mike Simpson 2022-10-04 13:46:25 +01:00 committed by GitHub
commit 2bdbbce8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -43,6 +43,7 @@ const Welcome = () => (
</div> </div>
<div className="image-row"> <div className="image-row">
<img src="images/logo-loughborough.png" alt="Colouring London collaborating organisations: Loughborough University" /> <img src="images/logo-loughborough.png" alt="Colouring London collaborating organisations: Loughborough University" />
<img src="images/logo-newcastle.png" alt="Colouring London collaborating organisations: Newcastle University" />
</div> </div>
</div> </div>
); );