diff --git a/src/assets/we-are-using/jdlt.svg b/src/assets/we-are-using/jdlt.svg new file mode 100644 index 000000000..50fe3e378 --- /dev/null +++ b/src/assets/we-are-using/jdlt.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/components/we-are-using/index.jsx b/src/components/we-are-using/index.jsx index 75ae70b47..6a28e21de 100644 --- a/src/components/we-are-using/index.jsx +++ b/src/components/we-are-using/index.jsx @@ -277,6 +277,11 @@ const companies = [ name: 'Loveholidays', href: 'https://loveholidays.com', logo: 'loveholidays.svg' + }, + { + name: 'JDLT', + href: 'https://jdlt.co.uk', + logo: 'jdlt.svg' } ];