diff --git a/whos-using-svelte/WhosUsingSvelte.js b/whos-using-svelte/WhosUsingSvelte.js index 56f0d65..46bfc21 100644 --- a/whos-using-svelte/WhosUsingSvelte.js +++ b/whos-using-svelte/WhosUsingSvelte.js @@ -968,4 +968,9 @@ export const companies = [ src: "organisations/impact-hub-germany-logo.svg", alt: "Impact Hub Germany", }, + { + href: "https://paddn.com/", + src: "organisations/the-padding-logo.png", + alt: "THE PADDING Logo", + }, ]; diff --git a/whos-using-svelte/organisations/the-padding-logo.png b/whos-using-svelte/organisations/the-padding-logo.png new file mode 100644 index 0000000..67996d1 Binary files /dev/null and b/whos-using-svelte/organisations/the-padding-logo.png differ