diff --git a/site/users/index.html.js b/site/users/index.html.js
index 9b4ad7309b..d5cf24d98e 100644
--- a/site/users/index.html.js
+++ b/site/users/index.html.js
@@ -400,6 +400,11 @@ var logos = [
img: 'product-hunt.png',
link: 'https://www.producthunt.com/'
},
+ {
+ name: 'WorkflowGen',
+ img: 'workflowgen-logo.png',
+ link: 'https://www.workflowgen.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/workflowgen-logo.png b/site/users/logos/workflowgen-logo.png
new file mode 100644
index 0000000000..709d340222
Binary files /dev/null and b/site/users/logos/workflowgen-logo.png differ