diff --git a/website/src/pages/_config.jsx b/website/src/pages/_config.jsx index 0ab5f59956..8de59c74a4 100644 --- a/website/src/pages/_config.jsx +++ b/website/src/pages/_config.jsx @@ -86,4 +86,9 @@ export const companies = [ src: "vigo.png", alt: "Vigo", }, + { + url: "https://yandex.ru/", + src: "yandex.svg", + alt: "Yandex", + }, ]; diff --git a/website/static/img/companies/yandex.svg b/website/static/img/companies/yandex.svg new file mode 100644 index 0000000000..947ba65161 --- /dev/null +++ b/website/static/img/companies/yandex.svg @@ -0,0 +1 @@ +yandex_logo_ru-ai \ No newline at end of file