diff --git a/site/users/index.html.js b/site/users/index.html.js index fd4fe24208..e6bfc26352 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -601,6 +601,11 @@ var logos = [ img: 'universe.png', link: 'https://www.universe.com/' }, + { + name: 'Reezocar', + img: 'reezocar.png', + link: 'https://www.reezocar.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/reezocar.png b/site/users/logos/reezocar.png new file mode 100644 index 0000000000..569d3ca879 Binary files /dev/null and b/site/users/logos/reezocar.png differ