diff --git a/site/users/index.html.js b/site/users/index.html.js index ec73a1a596..cc4d25da01 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -596,6 +596,11 @@ var logos = [ img: 'bynder.png', link: 'https://www.bynder.com' }, + { + name: 'Hasura', + img: 'hasura.png', + link: 'https://hasura.io' + }, { name: 'Atlassian', img: 'atlassian.png', diff --git a/site/users/logos/hasura.png b/site/users/logos/hasura.png new file mode 100644 index 0000000000..f98f75e0df Binary files /dev/null and b/site/users/logos/hasura.png differ