diff --git a/website/public/images/logos/techjobsbe.svg b/website/public/images/logos/techjobsbe.svg new file mode 100644 index 000000000..1b97c07ec --- /dev/null +++ b/website/public/images/logos/techjobsbe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/users.ts b/website/src/users.ts index 010cadab6..d5836be37 100644 --- a/website/src/users.ts +++ b/website/src/users.ts @@ -239,4 +239,9 @@ export const users = [ image: '/images/logos/authdog.svg', infoLink: 'https://www.authdog.com', }, + { + caption: 'Techjobs.be IT jobs', + image: '/images/logos/techjobsbe.svg', + infoLink: 'https://techjobs.be', + }, ];