diff --git a/microsite/src/pages/community/index.tsx b/microsite/src/pages/community/index.tsx index 42c42ae0c3..4090d6ad9f 100644 --- a/microsite/src/pages/community/index.tsx +++ b/microsite/src/pages/community/index.tsx @@ -81,6 +81,11 @@ const Community = () => { url: 'https://roadie.io/', logo: 'img/partner-logo-roadie.png', }, + { + name: 'solo.io', + url: 'https://solo.io/', + logo: 'img/partner-logo-solo.png', + }, { name: 'ThoughtWorks', url: 'https://www.thoughtworks.com', diff --git a/microsite/static/img/partner-logo-solo.png b/microsite/static/img/partner-logo-solo.png new file mode 100644 index 0000000000..7d26b976f4 Binary files /dev/null and b/microsite/static/img/partner-logo-solo.png differ