diff --git a/site/users/index.html.js b/site/users/index.html.js index b6d834a9b8..86a21f0350 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -108,6 +108,11 @@ var logos = [ name: 'OK GROW!', img: 'okgrow.png', link: 'https://www.okgrow.com/graphql' + }, + { + name: 'Redbubble', + img: 'redbubble.png', + link: 'https://www.redbubble.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/redbubble.png b/site/users/logos/redbubble.png new file mode 100644 index 0000000000..9b06a873f5 Binary files /dev/null and b/site/users/logos/redbubble.png differ