diff --git a/site/users/index.html.js b/site/users/index.html.js
index a66b72769c..c8736c1278 100644
--- a/site/users/index.html.js
+++ b/site/users/index.html.js
@@ -571,6 +571,11 @@ var logos = [
img: '1stdibs.png',
link: 'https://www.1stdibs.com/'
},
+ {
+ name: 'Hackages',
+ img: 'hackages.png',
+ link: 'https://hackages.io/'
+ },
// Adding your logo?
// Add it to the /users/logos/ directory and then append an entry above this comment.
//
diff --git a/site/users/logos/hackages.png b/site/users/logos/hackages.png
new file mode 100644
index 0000000000..f00f039e83
Binary files /dev/null and b/site/users/logos/hackages.png differ