Skip to content

Commit 5238721

Browse files
authored
docs: add JDLT to the company list (#1345)
Introduces a new company with its logo and link in the list of partners. Includes an SVG asset for the visual representation of JDLT.
1 parent 79cbefd commit 5238721

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

src/assets/we-are-using/jdlt.svg

Lines changed: 18 additions & 0 deletions
Loading

src/components/we-are-using/index.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ const companies = [
277277
name: 'Loveholidays',
278278
href: 'https://loveholidays.com',
279279
logo: 'loveholidays.svg'
280+
},
281+
{
282+
name: 'JDLT',
283+
href: 'https://jdlt.co.uk',
284+
logo: 'jdlt.svg'
280285
}
281286
];
282287

0 commit comments

Comments
 (0)