Add Newcastle University Logo

This commit is contained in:
Mike Simpson 2022-09-28 12:58:59 +01:00
parent e12ae9a1e2
commit 9ccf2c7ffb
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>
); );