diff --git a/site/users/index.html.js b/site/users/index.html.js index e5d52ccead..d7b2f4c969 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -329,6 +329,11 @@ var logos = [ img: 'swapcard.png', link: 'https://www.swapcard.com/' }, + { + name: 'Scaphold.io', + img: 'scaphold.png', + link: 'https://scaphold.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/scaphold.png b/site/users/logos/scaphold.png new file mode 100644 index 0000000000..3217c42abd Binary files /dev/null and b/site/users/logos/scaphold.png differ