diff --git a/site/users/index.html.js b/site/users/index.html.js index d8c58aaa57..c997b4dccd 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -246,6 +246,11 @@ var logos = [ img: 'wayfair.png', link: 'https://www.wayfair.com/' }, + { + name: 'BlenderBottle', + img: 'blenderbottle.png', + link: 'https://www.blenderbottle.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/blenderbottle.png b/site/users/logos/blenderbottle.png new file mode 100644 index 0000000000..413d45158f Binary files /dev/null and b/site/users/logos/blenderbottle.png differ