diff --git a/site/users/index.html.js b/site/users/index.html.js
index fd4fe24208..e3ae91e7ab 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: 'Mossa Labs',
+ img: 'mossa.png',
+ link: 'https://mossa.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/mossa.png b/site/users/logos/mossa.png
new file mode 100644
index 0000000000..823198ad13
Binary files /dev/null and b/site/users/logos/mossa.png differ