diff --git a/site/users/index.html.js b/site/users/index.html.js index 8ab3366ca2..a66b72769c 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -566,6 +566,11 @@ var logos = [ img: 'teacherspayteachers.png', link: 'https://teacherspayteachers.com' }, + { + name: '1stdibs', + img: '1stdibs.png', + link: 'https://www.1stdibs.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/1stdibs.png b/site/users/logos/1stdibs.png new file mode 100644 index 0000000000..ff4dc4b071 Binary files /dev/null and b/site/users/logos/1stdibs.png differ