diff --git a/site/users/index.html.js b/site/users/index.html.js index 8a10475510..c0235f0352 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -666,6 +666,11 @@ var logos = [ img: 'cloverleaf.png', link: 'https://cloverleaf.me/' }, + { + name: 'Kambda', + img: 'kambda.png', + link: 'https://kambda.com/' + }, // Adding your logo? // Add it to the /users/logos/ directory and then append an entry above this comment. // diff --git a/site/users/logos/kambda.png b/site/users/logos/kambda.png new file mode 100644 index 0000000000..03abb56080 Binary files /dev/null and b/site/users/logos/kambda.png differ