diff --git a/site/users/index.html.js b/site/users/index.html.js index 9540f6d99..fa6ec031b 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: 'NFX', + img: 'nfx.png', + link: 'http://www.nfx.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/nfx.png b/site/users/logos/nfx.png new file mode 100644 index 000000000..4e045548a Binary files /dev/null and b/site/users/logos/nfx.png differ