diff --git a/sites/svelte.dev/src/routes/_components/WhosUsingSvelte/companies.js b/sites/svelte.dev/src/routes/_components/WhosUsingSvelte/companies.js index a6af27e83430..b9e0e7a3ccdb 100644 --- a/sites/svelte.dev/src/routes/_components/WhosUsingSvelte/companies.js +++ b/sites/svelte.dev/src/routes/_components/WhosUsingSvelte/companies.js @@ -106,5 +106,12 @@ export const companies = [ alt: 'Transloadit', width: 239, height: 60 + }, + { + href: 'https://radiofrance.fr', + filename: 'radio-france.svg', + alt: 'Radiofrance', + width: 502, + height: 76 } ]; diff --git a/sites/svelte.dev/static/whos-using-svelte/radio-france.svg b/sites/svelte.dev/static/whos-using-svelte/radio-france.svg new file mode 100644 index 000000000000..ad466f55d6b7 --- /dev/null +++ b/sites/svelte.dev/static/whos-using-svelte/radio-france.svg @@ -0,0 +1 @@ + \ No newline at end of file